123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // United 3.3.4
- // Bootswatch
- // -----------------------------------------------------
- @import url("//fonts.googleapis.com/css?family=Ubuntu");
- // Navbar =====================================================================
- .navbar {
- &-default {
- .badge {
- background-color: #fff;
- color: @navbar-default-bg;
- }
- }
- &-inverse {
- .badge {
- background-color: #fff;
- color: @navbar-inverse-bg;
- }
- }
- }
- // Buttons ====================================================================
- // Typography =================================================================
- // Tables =====================================================================
- // Forms ======================================================================
- // Navs =======================================================================
- // Indicators =================================================================
- // Progress bars ==============================================================
- // Containers =================================================================
|