Sha256: c8d934c1a21099ade5516eaa58f9cd4f71b90a6de75e77d3231a61e296928fb3
Contents?: true
Size: 1.61 KB
Versions: 20
Compression:
Stored size: 1.61 KB
Contents
// Links $linkColor: #555; // Colors $blue: #56bed6; $green: #6aa06a; // Dropdowns $dropdownBackground: #E3E4E5; // Table $tableBorder: #CACBCC; $tableBackgroundAccent: #DBDBDB; $tableBackgroundHover: #CCCCCC; // Typography @import 'bootstrap'; @import 'bootstrap/reset'; @import 'bootstrap/responsive'; @import 'font-awesome'; .caret { border-top: 4px solid $linkColor; } .table td { vertical-align: middle; } .table th, .table tfoot td { color: #777; } .table-bordered { @include border-radius(0); } .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child { @include border-radius(0); } .container-fluid, .row-fluid { padding: 0px; } .nav-pills .active { text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 0px; } .nav-pills .active a, .nav-pills .active a:hover { background: #3B3D43; } .form-actions { background: none; border-top: 1px solid #ccc; margin: 0px; padding-bottom: 0px; } .pagination ul > li > a, .pagination ul > li > span { background-color: transparent; border: 1px solid #CACBCC; border-left-width: 0; } .tooltip { text-shadow: none; } .nav > li > a:hover { background: none; } .nav li.dropdown .caret, .nav li.dropdown.active .caret, .nav li.dropdown a:hover .caret { border-top: 4px solid $linkColor; border-bottom: none; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret { border-bottom: 4px solid $linkColor; border-top: none; } .dropdown-menu { @include border-radius(0); } .dropdown-menu li:hover > a { text-shadow: none; }
Version data entries
20 entries across 20 versions & 1 rubygems