Sha256: 4346a7fec4344ec7d92b1e52113a7036b954ef4483e60c1c293c478d77caa7db
Contents?: true
Size: 991 Bytes
Versions: 32
Compression:
Stored size: 991 Bytes
Contents
// Styles specific to the everyday default style .everyday_default { .jumbotron { &::before { width:100%; height: 100%; -ms-transform-style: preserve-3d; -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); position: fixed; content: ''; background-repeat: no-repeat; background-size: cover; z-index: 0; } @include media-breakpoint-down(md) { &::before { content: none; } .card { border: none !important; box-shadow: none !important; border-radius: 0; } .card-body { padding: 0; } } } .progress-stats { position: absolute; top: ($spacer * .125); left: $grid-gutter-width / 2; width: 100%; z-index: 1; } &.admin { .jumbotron { &::before { margin-top: 0; } } } } // positioning background image properly in iframe campaign preview body.preview.everyday_default{ .jumbotron::before { position: absolute; } }
Version data entries
32 entries across 32 versions & 1 rubygems