Sha256: b636705d6e80aff3454ab9f38bbc899c225474dbb4413dce52c6d2696b3c9780
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
.process-header{ margin-bottom: 3rem; .heading2{ font-weight: bold; } } .process-header__main{ background-size: cover; position: relative; z-index: 0; display: flex; flex-direction: column; &:after{ content: ""; display: block; position: absolute; z-index: -1; top: 0; width: 100%; height: 100%; background-color: rgba($black, .6); } } .process-header__container{ position: relative; z-index: 1; padding: 0 0 0 1rem; @include breakpoint(mediumlarge){ display: flex; align-items: center; } } .process-header__info{ padding: 2rem 1.5rem 2rem 1rem; @include breakpoint(mediumlarge){ padding-left: 2rem; } } .process-header__phase{ background: rgba($dark-gray, .8); color: $white; text-align: center; padding: 2rem 1rem; margin-left: -1rem; .button{ margin-top: 1rem; margin-bottom: 0; color: $white; border-color: $white; &:hover{ color: $primary; border-color: $primary; } } } .process-header__hashtag{ font-weight: 600; &::after{ content: "ยท"; margin-left: .5rem; margin-right: .5rem; } } .process-header__nav{ margin-top: auto; z-index: 1; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.0.2 | app/assets/stylesheets/decidim/modules/_process-header.scss |
decidim-core-0.0.1 | app/assets/stylesheets/decidim/modules/_process-header.scss |