_bootswatch.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // United 3.3.4
  2. // Bootswatch
  3. // -----------------------------------------------------
  4. @import url("//fonts.googleapis.com/css?family=Ubuntu");
  5. // Navbar =====================================================================
  6. .navbar {
  7. &-default {
  8. .badge {
  9. background-color: #fff;
  10. color: $navbar-default-bg;
  11. }
  12. }
  13. &-inverse {
  14. .badge {
  15. background-color: #fff;
  16. color: $navbar-inverse-bg;
  17. }
  18. }
  19. }
  20. // Buttons ====================================================================
  21. // Typography =================================================================
  22. // Tables =====================================================================
  23. // Forms ======================================================================
  24. // Navs =======================================================================
  25. // Indicators =================================================================
  26. // Progress bars ==============================================================
  27. // Containers =================================================================