Sha256: 9625bc2a0fe739afe4796d6854c1d1db67a6d7e73291ab49930e2bebaec36529
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 KB
Contents
$bn-ns: ''; .#{$bn-ns}c-banner { background: #f3f3f3; overflow-x: hidden; } .#{$bn-ns}c-banner-container { padding-left: 1.2rem; padding-right: 1.2rem; @include breakpoint(large) { padding-left: 10px; padding-right: 10px; } @include breakpoint(mobile down) { padding-left: 0; padding-right: 0; } } @include breakpoint(large) { .#{$bn-ns}c-banner .#{$bn-ns}c-banner-primary-section { @include grid-column(6); } .#{$bn-ns}c-banner .#{$bn-ns}c-banner-secondary-section { @include grid-column(6); } } .#{$bn-ns}c-banner { @include breakpoint(medium down) { .#{$bn-ns}c-banner-section + .#{$bn-ns}c-banner-section { margin-top: 35px; } } @include breakpoint(mobile down) { .#{$bn-ns}c-banner-section + .#{$bn-ns}c-banner-section { margin-top: 10px; } } } .#{$bn-ns}c-banner { .#{$bn-ns}c-banner-section-row { @include clearfix; } .#{$bn-ns}c-banner-section-row + .#{$bn-ns}c-banner-section-row { margin-top: 35px; } @include breakpoint(mobile down) { .#{$bn-ns}c-banner-section-row + .#{$bn-ns}c-banner-section-row { margin-top: 10px; } } }
Version data entries
6 entries across 6 versions & 1 rubygems