Sha256: 0ae43dca4f536b162048f2d6b4021bf58e72ba263560d9c1310fecc1d48d7580
Contents?: true
Size: 863 Bytes
Versions: 16
Compression:
Stored size: 863 Bytes
Contents
// Styles specific for the new user navbar on everyday_story and everyday_classic_style layouts $navbar-logo-height: (($spacer * 4.5) - $spacer); .navbar-brand { margin-right: 0; padding: ($spacer * .5) 0; max-width: ($spacer * 8); height: $navbar-logo-height; white-space: normal !important; @include media-breakpoint-up(lg) { max-width: ($spacer * 12); } img { max-width: ($spacer * 8); max-height: $navbar-logo-height; @include media-breakpoint-up(lg) { max-width: ($spacer * 12); } } } .navbar-text { margin-left: $navbar-padding-x; padding-left: $navbar-padding-x; border-left: $border-width solid $border-color; } .sticky-div { box-shadow: $box-shadow-sm; .btn-header-donate { opacity: 0; transition: $transition-base; } &.stuck { box-shadow: $box-shadow; .btn-header-donate { opacity: 1; } } }
Version data entries
16 entries across 16 versions & 1 rubygems