25 lines
478 B
SCSS
25 lines
478 B
SCSS
.afl-tooltip {
|
|
.p-tooltip-text {
|
|
@include font-small();
|
|
color: $gray !important;
|
|
background-color: $white !important;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.p-tooltip-arrow {
|
|
border-top-color: $white !important;
|
|
}
|
|
|
|
@include smTablet {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.tooltip--one-line {
|
|
max-width: 100% !important;
|
|
.p-tooltip-text {
|
|
@include font-overflow();
|
|
white-space: nowrap !important;
|
|
}
|
|
}
|