Sha256: 0711086a101fe9252ced4a1bf987fcd229244883e03fe3b31919804af9f3150c
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
$main_topbar_color: $white; $main_topbar_color_text_shadow: 0px -1px #5d5d5d; $main_topbar_zindex: 100; #main_topbar{ @extend .navbar; @extend .navbar-inverse; z-index: 100; margin-bottom: 0px; position: relative; .navbar-inner{ @include box-sizing(border-box); // background: lighten($black, 15%); background: $brand_color; // box-shadow: none; @include border-radius(0px); border: none; padding: 0px 10px; min-width: $site_min_width; a{color: $main_topbar_color;} text-shadow: $main_topbar_color_text_shadow; #cardboard_logo{ display: block; color: #fff; float: left; width: $main_sidebar_width; height: $main_topbar_height; background: rgba(0, 0, 0, 0.2); margin-left: -10px; @include box-sizing(border-box); padding: 10px 36px; } #brand{ font-weight: 700; font-size: 20px; position: relative; top: 9px; left: 50px; } i{ color: $main_topbar_color; margin-right: 5px; } } .nav > li > a { padding: 10px 15px 7px; font-weight: 700; color: $main_topbar_color; text-shadow: $main_topbar_color_text_shadow; } .dropdown-menu > li > a{ color: $black; text-shadow: none; &:hover{ color: $main_topbar_color; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cardboard_cms-0.3.1 | app/assets/stylesheets/cardboard/_main_topbar.css.scss |
cardboard_cms-0.2.2 | app/assets/stylesheets/cardboard/_main_topbar.css.scss |