naive-variables.scss 355 B

123456789101112
  1. /* stylelint-disable rule-empty-line-before */
  2. // Only variables can be placed here,
  3. // and other files such as themes cannot be introduced,
  4. // otherwise it will affect the packaging speed.
  5. /* theme color */
  6. $color-primary: #232323;
  7. $color-success: #52c41a;
  8. $color-warning: #fe7d18;
  9. $color-danger: #fa5555;
  10. $color-info: #909399;
  11. $color-default: #536fec;