basics.scss 806 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // basice
  2. $font-size: 14px;
  3. $icon-size:17px;
  4. $active-color:#1890ff;
  5. $bg-main:#f0f2f5;
  6. $border-color: #f4f4f4;
  7. $white-bg:#fff;
  8. $el-icon-small:30px;
  9. $el-icon-mini:24px;
  10. // aside
  11. $width-aside:220px;
  12. $width-hideside-aside:54px;
  13. $width-mobile-aside:210px;
  14. $color-aside:rgba(255, 255, 255,.9);
  15. $icon-arrow-size-aside:12px;
  16. $width-submenu-aside:55px;
  17. $bg-aside:#191a23;
  18. $height-aside-tilte:64px;
  19. $height-aside-img:30px;
  20. $width-aside-img:30px;
  21. // header
  22. $height-header: 60px;
  23. // nav-scroll
  24. $height-nav-scroll:40px;
  25. $active-bg-tabs-item-nav-scroll:#409eff;
  26. $bg-tabs-item-nav-scroll:#ddd;
  27. // table
  28. $bg-color-table-thead:#fafafa;
  29. $border-color-table:#ededed;
  30. $height-table-cell:45px;
  31. $color-table-tbody:#595959;
  32. $color-table-thead:#262626;
  33. // dashboard
  34. $height-car:68px;
  35. // mobile
  36. $padding-xs: 5px;
  37. $margin-xs: 5px;