vendor/assets/stylesheets/_ad.scss in active_frontend-10.3.0 vs vendor/assets/stylesheets/_ad.scss in active_frontend-11.0.0
- old
+ new
@@ -1,26 +1,18 @@
/* Table of Contents
==================================================
-# Mixins
# Ad
# Sizes
# Media Queries */
-/* # Mixins
-================================================== */
-@mixin dimensions($height, $width) {
- height: $height;
- width: $width;
-}
-
/* # Ad
================================================== */
.ad {
background: $color-white;
border: 1px solid $color-haze;
box-sizing: border-box;
- display: block !important;
- visibility: visible !important;
+ display: block;
+ visibility: visible;
@include dimensions(220px, 220px);
}
.ad-center { margin: 0 auto; }
/* # Sizes
\ No newline at end of file