Sha256: bf58ad0d597c0c246c1be2396b016eddb561638dc3e75f6a5066759c1c3354fe
Contents?: true
Size: 1.29 KB
Versions: 29
Compression:
Stored size: 1.29 KB
Contents
// United 3.3.7 // Bootswatch // ----------------------------------------------------- @web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700"; .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
29 entries across 29 versions & 1 rubygems