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

3 months ago
  1. $primary-color: #0a57ea;
  2. $success-color: #67c23a;
  3. $danger-color: #f56c6c;
  4. $warn-color: #e6a23c;
  5. $info-color: #909399;
  6. @use './common.scss';
  7. @use './element.scss';
  8. .mt-20 {
  9. margin-top: 20px;
  10. }