|
|
|
@ -5,23 +5,24 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tippy-popper[x-placement^=top] .info-theme [x-arrow] { |
|
|
|
|
.tippy-popper[x-placement^=top] .tippy-tooltip-info-theme [x-arrow] { |
|
|
|
|
border-top-color: $white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tippy-popper[x-placement^=right] .info-theme [x-arrow] { |
|
|
|
|
.tippy-popper[x-placement^=right] .tippy-tooltip-info-theme [x-arrow] { |
|
|
|
|
border-right-color: $white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tippy-popper[x-placement^=left] .info-theme [x-arrow] { |
|
|
|
|
.tippy-popper[x-placement^=left] .tippy-tooltip-info-theme [x-arrow] { |
|
|
|
|
border-left-color: $white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tippy-popper[x-placement^=bottom] .info-theme [x-arrow] { |
|
|
|
|
.tippy-popper[x-placement^=bottom] .tippy-tooltip-info-theme [x-arrow] { |
|
|
|
|
border-bottom-color: $white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tippy-tooltip.info-theme { |
|
|
|
|
.tippy-tooltip { |
|
|
|
|
&#{&}-info-theme { |
|
|
|
|
background: white; |
|
|
|
|
color: black; |
|
|
|
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); |
|
|
|
@ -37,3 +38,4 @@ |
|
|
|
|
color: $Grey-500; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|