vendor/assets/stylesheets/_panel.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_panel.scss in active_frontend-13.0.0
- old
+ new
@@ -32,12 +32,12 @@
line-height: 1;
margin: 0;
padding: 0;
}
.panel-header .btn {
- margin-bottom: -4px;
- margin-top: -6px;
+ margin-bottom: -6px;
+ margin-top: -8px;
}
.panel-body { padding: 15px; }
.panel-body-chart {
margin-bottom: -10px;
width: 100%;
@@ -59,11 +59,11 @@
background: $color-black;
border-color: $color-dark-black;
color: $color-white;
}
.panel-light {
- background: $color-light-haze;
+ background: lighten($color-light-haze, 2%);
border-color: $color-dark-haze;
}
/* # Media Queries
================================================== */
@@ -75,6 +75,6 @@
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.panel,
.panel-header,
.panel-footer { border-width: 0.5px; }
-}
\ No newline at end of file
+}