0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
bslib
/
lib
/
bsw3
/
united
/
[
Home
]
File: _bootswatch.scss
// United 3.4.1 // Bootswatch // ----------------------------------------------------- $web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700" !default; @import url($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 =================================================================