Sha256: e341178360e4deb34d08d9415dca7ca4eb797f9746f84bb5d5a957af636f9ee7
Contents?: true
Size: 705 Bytes
Versions: 75
Compression:
Stored size: 705 Bytes
Contents
@import "decidim/admin/utils/_settings"; .highligted-content-banner{ background-size: cover; position: relative; z-index: 0; min-height: 255px; margin-bottom: 2rem; margin-top: 2rem; &::after{ content: ""; display: block; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba($black, .6); } .highligted-content-banner__container{ position: relative; z-index: 1; padding: 3rem 0; @include breakpoint(medium){ padding: 4rem 0; } @include breakpoint(mediumlarge){ padding: 5rem 0; } @include breakpoint(large){ padding: 6rem 0; } .row{ max-width: 100rem; } } }
Version data entries
75 entries across 75 versions & 1 rubygems