Sha256: 0fb809474dacbb99b6ceb4fd104dce6d871b6a46a4e2fcc18e18ad7cbac5b5b4
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
a:focus, .button:focus { outline: none; } th.cell-label { white-space: nowrap; } .app-container { @extend .container; display: block; max-width: initial; padding: 0; } .flash-notice { @extend .blue, .lighten-4; } .main-content { border-radius: 0; min-height: calc(100vh - #{$navbar-height}); padding-bottom: 0; } .main-content__body { overflow-x: scroll; padding-bottom: 0; } .main-content__header { min-height: 6.2rem; >h1 { margin-top: auto; margin-bottom: auto; } } .navigation { padding: 0 0.7rem; >.navigation__link { @extend .white-text; border-radius: 0; display: inline-block; margin: 0; padding: 1rem; &:hover { background: darken($primary-color, 5%); } } >.navigation__link--active { background: darken($primary-color, 15%); font-weight: normal; } } @media #{$small-and-down} { .app-container { width: 100%; } } @media #{$medium-and-up} { .navigation >.navigation__link { height: $navbar-height; line-height: $navbar-height; padding: 0 1rem; } }
Version data entries
2 entries across 2 versions & 1 rubygems