123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- // United 3.3.5
- // Bootswatch
- // -----------------------------------------------------
- // @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
- @font-face {
- font-family: Roboto;
- src: url(/backend_theme_v10/static/src/font/Roboto-Regular.ttf)
- }
- // 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 =================================================================
|