HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-portal-updates/public/sass-light/assets/elements/tooltip.scss
//  =================
//      Imports
//  =================

@import '../../base/base';    // Base Variables


.tooltip-inner {
  border-radius: 6px;
}

.tooltip .tooltip-item {
  color: #fff;
  padding: 0 9px;
}

.tooltip-section h6 {
  color: $dark;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*
	==================
		Colors
	=================
*/

/*
	Tooltips
*/

/*		Tooltip Inner 	*/

.tooltip-primary .tooltip-inner {
  color: $primary;
  background-color: $l-primary;
}

.tooltip-success .tooltip-inner {
  color: $success;
  background-color: $l-success;
}

.tooltip-info .tooltip-inner {
  color: $info;
  background-color: $l-info;
}

.tooltip-danger .tooltip-inner {
  color: $danger;
  background-color: $l-danger;
}

.tooltip-warning .tooltip-inner {
  color: $warning;
  background-color: $l-warning;
}

.tooltip-secondary .tooltip-inner {
  color: $secondary;
  background-color: $l-secondary;
}

.tooltip-dark .tooltip-inner {
  color: $dark;
  background-color: $l-dark;
}

/*		Tooltip arrow 		*/

.tooltip-primary .arrow:before {
  border-top-color: $l-primary;
}

.tooltip-success .arrow:before {
  border-top-color: $l-success;
}

.tooltip-info .arrow:before {
  border-top-color: $l-info;
}

.tooltip-danger .arrow:before {
  border-top-color: $l-danger;
}

.tooltip-warning .arrow:before {
  border-top-color: $l-warning;
}

.tooltip-secondary .arrow:before {
  border-top-color: $l-secondary;
}

.tooltip-dark .arrow:before {
  border-top-color: $l-dark;
}