bootswatch.less 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. // Shamrock 3.1.1
  2. // Bootswatch
  3. // -----------------------------------------------------
  4. @import url('//fonts.googleapis.com/css?family=Marcellus');
  5. // Navbar =====================================================================
  6. // Buttons ====================================================================
  7. // Typography =================================================================
  8. h1:before {
  9. content: "\2663";
  10. margin-right: 10px;
  11. }
  12. .page-header {
  13. border-bottom-width: 5px;
  14. }
  15. // Tables =====================================================================
  16. // Forms ======================================================================
  17. legend {
  18. border-bottom-width: 5px;
  19. }
  20. // Navs =======================================================================
  21. .nav {
  22. .open > a,
  23. .open > a:hover,
  24. .open > a:focus {
  25. border-color: transparent;
  26. }
  27. }
  28. // Indicators =================================================================
  29. .alert {
  30. .alert-link {
  31. color: @link-color
  32. }
  33. }
  34. // Progress bars ==============================================================
  35. // Containers =================================================================
  36. .panel-default {
  37. border-color: darken(@panel-footer-bg, 5%);
  38. .panel-heading {
  39. background-color: @panel-footer-bg;
  40. border-color: darken(@panel-footer-bg, 5%);
  41. color: #fff;
  42. }
  43. }
  44. .modal {
  45. background-color: @gray-light;
  46. &-header {
  47. border-bottom: none;
  48. }
  49. &-footer {
  50. background-color: @gray-dark;
  51. border-top: none;
  52. .box-shadow(none);
  53. }
  54. }