Sha256: 2a87716aa75948b634474c019cec0711563533ac2adadc1bbfa135511e89d63d
Contents?: true
Size: 627 Bytes
Versions: 58
Compression:
Stored size: 627 Bytes
Contents
// Styles specific for the new user navbar on everyday_story and everyday_classic_style layouts $navbar-logo-height: ($spacer * 2.5); .navbar-brand { margin-right: 0; padding: 0; max-width: ($spacer * 6); height: $navbar-logo-height; white-space: normal !important; @include media-breakpoint-up(lg) { max-width: ($spacer * 9); } img { max-width: ($spacer * 6); max-height: $navbar-logo-height; @include media-breakpoint-up(lg) { max-width: ($spacer * 9); } } } .navbar-text { margin-left: $navbar-padding-x; padding-left: $navbar-padding-x; border-left: $border-width solid $border-color; }
Version data entries
58 entries across 58 versions & 1 rubygems