Sha256: 9bafa02b98c6905dba7473c706fb28a541e0ed19d0c59cf97bdf574f75c89630
Contents?: true
Size: 1.19 KB
Versions: 24
Compression:
Stored size: 1.19 KB
Contents
.cookie-splash { <% case splash_style %> <% when :wechat %> padding-bottom: 25px; .standard-container { @include display-flex; @include justify-content(center); @include flex-direction(row); width: 100%; } .splash-background::before { display: block; content: " "; width: 100%; height: 125px; background: { image: <%= background_image_url %>; size: <%= background_image_size %>; position: <%= background_image_position %>; repeat: no-repeat; } overflow: hidden; position: absolute; z-index: -1; left: 0px; @include filter(blur(5px)); } .splash-background { position: relative; height: 125px; } .page-intro { width: $row-width; @include display-flex; @include align-items(flex-end); @include justify-content(flex-end); @include flex-direction(row); } .active-page-title { text-align: right; margin-bottom: -25px; font-size: 1.35rem; } .product-icon { max-height: 75px; } .cookiecrumbs { width: $row-width; font-size: 1.15rem; } .crumb { padding-left: 15px; } .crumb:not(:last-child) { &:after { content: " / "; } } <% end %> }
Version data entries
24 entries across 24 versions & 1 rubygems