bootswatch
Version:
Bootswatch is a collection of themes for Bootstrap.
55 lines (36 loc) • 1.24 kB
text/less
// 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 =================================================================