custom-variables.less 1.0 KB

123456789101112131415161718192021222324
  1. @el-navbar-top-background-color: #FAFAFA;
  2. @el-navbar-top-background-image: linear-gradient(to bottom, #FFF, #F2F2F2);
  3. @el-navbar-top-border: 1px solid #D4D4D4;
  4. @el-navbar-top-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  5. @el-page-footer-border-top: 1px solid rgba(0, 0, 0, .2);
  6. @el-page-footer-color: #f5f5f5;
  7. @el-page-footer-height-subset: 16;
  8. @el-page-footer-height: 50px;
  9. @el-page-header-color: #8B0000;
  10. // Solarized background color is #fdf6e2. Saturate and darken it to get
  11. @el-syntax-highlight-line-no-background-color: #ede7d4;
  12. @el-syntax-highlight-line-no-color: #657b83;
  13. @el-syntax-highlight-line-no-width: 5%;
  14. @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
  15. @font-family-sans-serif: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  16. @font-family-serif: 'PT Serif', Georgia, 'Times New Roman', Times, Serif;
  17. @grid-float-breakpoint: @screen-md-min;
  18. @headings-font-family: Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
  19. @page-header-border-color: #8f8686;