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.
12 lines
196 B
12 lines
196 B
$primary-color: #0a57ea;
|
|
$success-color: #67c23a;
|
|
$danger-color: #f56c6c;
|
|
$warn-color: #e6a23c;
|
|
$info-color: #909399;
|
|
|
|
@use './common.scss';
|
|
@use './element.scss';
|
|
|
|
.mt-20 {
|
|
margin-top: 20px;
|
|
}
|