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

- old
+ new

@@ -1,12 +1,11 @@ /* Table of Contents ================================================== # Variables # Alert # Styles -# Colors -# Media Queries */ +# Colors */ /* # Variables ================================================== */ $onblack-colors: ( dark-haze: $color-dark-haze, @@ -41,11 +40,11 @@ /* # Alert ================================================== */ .alert { background: $color-gray; - border-bottom: 1px solid darken($color-gray, 5%); + border-bottom: 2px solid darken($color-gray, 5%); box-sizing: border-box; color: $color-white; display: block; font-size: 16px; line-height: 20px; @@ -66,11 +65,11 @@ } /* # Styles ================================================== */ .alert-bordered { - border: 1px solid darken($color-gray, 5%); + border: 2px solid darken($color-gray, 5%); padding-bottom: 10px; padding-top: 10px; } .alert-fixed { left: 0; @@ -110,17 +109,5 @@ .alert-#{$name} { background: $color; border-color: darken($color, 5%); } } - -/* # Media Queries -================================================== */ -@media -only screen and (-webkit-min-device-pixel-ratio: 2), -only screen and ( min--moz-device-pixel-ratio: 2), -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) { - .alert { border-width: 0.5px; } -} \ No newline at end of file