vendor/assets/stylesheets/_popover.scss in active_frontend-10.3.0 vs vendor/assets/stylesheets/_popover.scss in active_frontend-11.0.0
- old
+ new
@@ -19,19 +19,19 @@
text-decoration: none;
text-transform: none;
top: 0;
white-space: normal;
width: 276px;
- z-index: 1060;
+ z-index: 1010;
}
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }
.popover-title,
.popover-content {
color: $color-black;
- font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
+ font-family: $typography-sans-serif;
font-size: 14px;
letter-spacing: 0;
margin: 0;
padding: 10px 15px;
}
\ No newline at end of file