Sha256: 61157238c4458b2c249fdf5c43f78a614e1fb14a7cbbf4d111d2a47161a5cb66
Contents?: true
Size: 1.21 KB
Versions: 3
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
3 entries across 3 versions & 1 rubygems