Sha256: 48db161c3de1b487a64620deb4cce30ab2657a9e5d9c6a3899e261a0e303333e
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
.app-container { display: flex; flex-wrap: nowrap; height: 100vh; } .flashes { pointer-events: none; position: fixed; text-align: center; width: calc(100% - #{$navigation-width}); > .flash { @extend .alert, .d-inline-block; &.flash-notice { @extend .alert-info; } } } .main-content { @extend .d-flex, .flex-column; background-color: $main-content-bg; color: $main-content-fg; overflow-y: scroll; width: calc(100% - #{$navigation-width}); }
Version data entries
2 entries across 2 versions & 1 rubygems