bootswatch.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // United 3.3.5
  2. // Bootswatch
  3. // -----------------------------------------------------
  4. // @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
  5. @font-face {
  6. font-family: Roboto;
  7. src: url(/backend_theme_v10/static/src/font/Roboto-Regular.ttf)
  8. }
  9. // Navbar =====================================================================
  10. .navbar {
  11. &-default {
  12. .badge {
  13. background-color: #fff;
  14. color: @navbar-default-bg;
  15. }
  16. }
  17. &-inverse {
  18. .badge {
  19. background-color: #fff;
  20. color: @navbar-inverse-bg;
  21. }
  22. }
  23. }
  24. @media (max-width: @grid-float-breakpoint-max) {
  25. .navbar {
  26. .dropdown-menu {
  27. a {
  28. color: #fff;
  29. }
  30. }
  31. }
  32. }
  33. // Buttons ====================================================================
  34. // Typography =================================================================
  35. // Tables =====================================================================
  36. // Forms ======================================================================
  37. // Navs =======================================================================
  38. // Indicators =================================================================
  39. // Progress bars ==============================================================
  40. // Containers =================================================================