bootswatch.less 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. // Journal 3.1.1
  2. // Bootswatch
  3. // -----------------------------------------------------
  4. @import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
  5. // Navbar =====================================================================
  6. .navbar {
  7. font-size: 18px;
  8. font-family: @font-family-sans-serif;
  9. font-weight: @headings-font-weight;
  10. }
  11. .navbar-brand {
  12. font-size: 18px;
  13. font-weight: @headings-font-weight;
  14. text-transform: uppercase;
  15. }
  16. // Buttons ====================================================================
  17. // Typography =================================================================
  18. // Tables =====================================================================
  19. // Forms ======================================================================
  20. .has-warning {
  21. .help-block,
  22. .control-label {
  23. color: @brand-danger;
  24. }
  25. .form-control,
  26. .form-control:focus {
  27. border-color: @brand-danger;
  28. }
  29. }
  30. .has-error {
  31. .help-block,
  32. .control-label {
  33. color: @brand-primary;
  34. }
  35. .form-control,
  36. .form-control:focus {
  37. border-color: @brand-primary;
  38. }
  39. }
  40. .has-success {
  41. .help-block,
  42. .control-label {
  43. color: @brand-success;
  44. }
  45. .form-control,
  46. .form-control:focus {
  47. border-color: @brand-success;
  48. }
  49. }
  50. // Navs =======================================================================
  51. // Indicators =================================================================
  52. // Progress bars ==============================================================
  53. // Containers =================================================================
  54. .jumbotron {
  55. h1, h2, h3, h4, h5, h6 {
  56. font-family: @font-family-sans-serif;
  57. font-weight: @headings-font-weight;
  58. color: #000;
  59. }
  60. }
  61. .panel {
  62. &-primary,
  63. &-success,
  64. &-warning,
  65. &-danger,
  66. &-info {
  67. .panel-title {
  68. color: #fff;
  69. }
  70. }
  71. }