Sha256: bbbf376244b64c908d2e14a635df1afca7b3ccdb76c3cbcd871bb3614dac12d7
Contents?: true
Size: 870 Bytes
Versions: 53
Compression:
Stored size: 870 Bytes
Contents
// navbar .navbar{ min-height: 10px; } .navbar-brand{ height: 40px; padding-top: 8px; padding-bottom: 8px; } // tabs - bordered .nav-tabs-bordered{ border-bottom-width: 1px; border-bottom-color: $col-sel-bg; } .nav-tabs-bordered > li.active > a, .nav-tabs-bordered > li.active > a:hover, .nav-tabs-bordered > li.active > a:focus { background-color: $col-sel-bg; color:#ffffff; border: 1px solid $col-sel-bg; border-bottom-width: 1px; border-bottom-color: $col-sel-bg; } .nav-tabs-bordered > li > a{ color: $text-color; background-color: #ffffff; border: 1px solid $gray-light; border-bottom-width: 1px; border-bottom-color: $col-sel-bg; border-radius: 4px 4px 0 0; &:hover{ background-color: $gray-lighter; border: 1px solid $gray-light; } &:focus{ } }
Version data entries
53 entries across 53 versions & 1 rubygems