vendor/assets/stylesheets/_tooltip.scss in active_frontend-10.3.0 vs vendor/assets/stylesheets/_tooltip.scss in active_frontend-11.0.0

- old
+ new

@@ -6,11 +6,11 @@ ================================================== */ .tooltip { color: $color-white; display: block; float: none; - font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif; + font-family: $typography-sans-serif; font-size: 11px; font-style: normal; font-weight: bold; letter-spacing: 0; line-height: 17px; @@ -18,10 +18,10 @@ filter: alpha(opacity=0); position: absolute; text-decoration: none; text-transform: none; visibility: visible; - z-index: 1070; + z-index: 1020; } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } \ No newline at end of file