vendor/assets/stylesheets/_popover.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_popover.scss in active_frontend-13.0.0
- old
+ new
@@ -36,11 +36,11 @@
letter-spacing: 0;
margin: 0;
padding: 10px 15px;
}
.popover-title {
- background: $color-light-haze;
+ background: lighten($color-light-haze, 2%);
border-bottom: 1px solid $color-dark-haze;
font-weight: bold;
line-height: 18px;
}
.popover-title:empty { display: none; }
@@ -123,6 +123,6 @@
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.popover-title { border-width: 0.5px; }
-}
\ No newline at end of file
+}