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