Sha256: e515200c3d93e6b11f4904489a31c2dff906583a607900baeec4d45b4f7be7d0
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
// United 3.3.5 // Bootswatch // ----------------------------------------------------- @import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700"); // Navbar ===================================================================== .navbar { &-default { .badge { background-color: #fff; color: $navbar-default-bg; } } &-inverse { .badge { background-color: #fff; color: $navbar-inverse-bg; } } } @media (max-width: $grid-float-breakpoint-max) { .navbar { .dropdown-menu { a { color: #fff; } } } } // Buttons ==================================================================== // Typography ================================================================= // Tables ===================================================================== // Forms ====================================================================== // Navs ======================================================================= // Indicators ================================================================= // Progress bars ============================================================== // Containers =================================================================
Version data entries
4 entries across 4 versions & 2 rubygems