vendor/assets/stylesheets/_tooltip.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_tooltip.scss in active_frontend-13.0.0

- old
+ new

@@ -9,20 +9,21 @@ border-color: $color-dark-black; color: $color-white; display: block; float: none; font-family: $typography-sans-serif; - font-size: 11px; + font-size: 12px; font-style: normal; font-weight: bold; letter-spacing: 0; - line-height: 17px; + line-height: 18px; opacity: 0; filter: alpha(opacity=0); position: absolute; text-decoration: none; text-transform: none; + @include transition(all 0.09s ease-in-out); visibility: visible; z-index: 1070; } .tooltip.in { opacity: 0.8; @@ -99,6 +100,6 @@ .tooltip-white { border-color: $color-white; color: $color-dark-black; } .tooltip-light > .tooltip-inner { background: $color-light-haze; } -.tooltip-white > .tooltip-inner { background: $color-white; } \ No newline at end of file +.tooltip-white > .tooltip-inner { background: $color-white; }