暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_variable.scss 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // stylelint-disable-next-line scss/dollar-variable-default
  2. $primary : #1652F0;
  3. $secondary: #f73164 !default;
  4. $success : #51BB25 !default;
  5. $info : #A927F9 !default;
  6. $warning : #F8D62B !default;
  7. $danger : #DC3545 !default;
  8. $light : #F7F6FF !default;
  9. $dark : #070707;
  10. $purple : #5848BB;
  11. // Body
  12. $body-bg : #f0f0f0;
  13. $body-color: #a2a5b9;
  14. // Typography
  15. $font-family-base: "Roboto",
  16. sans-serif;
  17. $headings-font-weight : 600;
  18. $font-size-base : 0.875rem !default;
  19. $font-weight-base : 400 !default;
  20. // $line-height-base : 1.6;
  21. $headings-line-height : 1.6;
  22. $h1-font-size : 2.25rem;
  23. $h2-font-size : 1.875rem;
  24. $h3-font-size : 1.5rem;
  25. $h4-font-size : 1.125rem;
  26. $h5-font-size : 1rem;
  27. $h6-font-size : 1rem;
  28. $text-muted: #7184ad;
  29. $heading-primary-size : 1.8rem;
  30. $sub-heading-size : 1.6rem !default;
  31. $grid-gutter-width : 30px;
  32. $dropdown-lik-color : $body-color;
  33. $border-color : #e5e5e5;
  34. $headings-color : #212529 !default;
  35. $table-striped-bg : $body-bg;
  36. $border-radius : 6px !default;
  37. $input-btn-focus-width: 0rem !default;
  38. // custom
  39. $radius : $border-radius;
  40. $shadow : 0 0 20px rgba(89, 102, 122, 0.05);
  41. $shadow-sm : 0 0.125rem 0.25rem rgba(227, 230, 236, 0.9);
  42. $shadow-lg : 0 1rem 3rem rgba(35, 38, 45, 0.275);
  43. $sidebar-width : 80px;