You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
163 B
SCSS
6 lines
163 B
SCSS
|
1 month ago
|
// assets/element-variables.scss
|
||
|
|
$--color-primary: #409eff;
|
||
|
|
$--color-success: #67c23a;
|
||
|
|
$--color-warning: #e6a23c;
|
||
|
|
$--color-danger: #f56c6c;
|
||
|
|
$--color-info: #909399;
|