Sha256: 262f4bdb4157b4b8c4a81d54993a250db93a903b7f594f3a0efc01cb2e5816a2
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
.navbar-btn { // 2 for the button border width @include navbar-vertical-align(($font-size-base * $line-height-base) + (2 * $padding-base-vertical) + 2); } @media (min-width: $grid-float-breakpoint) { .navbar-fixed-top, .navbar-static-top, .navbar-fixed-bottom { & > .container-fluid .navbar-right { padding-left: $navbar-padding-horizontal; padding-right: $navbar-padding-horizontal; } } } .navbar-breadcrumb { margin: 0; color: $breadcrumb-color; i { color: $breadcrumb-icon-color; } a { color: $breadcrumb-link-color; &:hover { color: $breadcrumb-link-hover-color; } } img { height: $navbar-breadcrumb-brand-logo-height; } } @media (max-width: $grid-float-breakpoint) { .navbar-breadcrumb-brand-logo { position: relative; display: inline-block; vertical-align: middle; width: $navbar-breadcrumb-brand-logo-xs-width; height: $navbar-breadcrumb-brand-logo-xs-height; img { position: absolute; top: 0; left: 0; clip: rect(0px, $navbar-breadcrumb-brand-logo-xs-width, $navbar-breadcrumb-brand-logo-xs-height, 0px); } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-bookingsync-sass-1.0.0.beta2 | assets/stylesheets/bookingsync/_navbar.scss |
bootstrap-bookingsync-sass-1.0.0.beta1 | assets/stylesheets/bookingsync/_navbar.scss |