Sha256: 3aa617b4ee7c7600c65c196cdf76ff0d083789ec2aeeb74e926c506e2af25156
Contents?: true
Size: 1.3 KB
Versions: 13
Compression:
Stored size: 1.3 KB
Contents
// United 3.4.1 // Bootswatch // ----------------------------------------------------- @web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap"; .web-font(@path) { @import url("@{path}"); } .web-font(@web-font-path); // 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
13 entries across 13 versions & 1 rubygems