Sha256: b24fc7199fb12f4417649720664c15d38bc9f4ccaf3817494083f204a47dd099
Contents?: true
Size: 683 Bytes
Versions: 21
Compression:
Stored size: 683 Bytes
Contents
// require _bootstrap // *= require rails_bootstrap_forms // *= require bootstrap-datepicker3 //@import "bootstrap-sprockets"; @import "bootstrap"; @import "bootstrap-datepicker3"; // fixed navbar body > .container { padding-top: 80px; } @media print { body > .container { padding-top: 0 !important; } } footer.footer { 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
21 entries across 21 versions & 1 rubygems