Sha256: 576e70b472c88ece03a0757c7dc2e26a2775c267c4d84532881c5349362c5c9d
Contents?: true
Size: 939 Bytes
Versions: 3
Compression:
Stored size: 939 Bytes
Contents
// require _bootstrap // *= require rails_bootstrap_forms // *= require bootstrap-datepicker3 //@import "bootstrap-sprockets"; @import "bootstrap"; @import "bootstrap-datepicker3"; //@media (min-width: $screen-sm) { // #internal_static_page_sign { // font-size: 20em; // } //} // //@media (min-width: $screen-md) { // #internal_static_page_sign { // font-size: 25em; // } //} // //@media (min-width: $screen-lg) { // #internal_static_page_sign { // font-size: 30em; // } //} body > .container { padding-top: 80px; // fixed navbar } footer.footer { //position: absolute; height: 40px; line-height: 40px; bottom: 0; width: 100%; } @keyframes highlight { from { background-color: map-get($theme-colors, warning); } to { background-color: inherit; } } @media print { .contextual { @extend .d-print-none; } a[href]:after { content: none } .btn { @extend .d-print-none; } }
Version data entries
3 entries across 3 versions & 1 rubygems