mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
20 lines
281 B
SCSS
20 lines
281 B
SCSS
@import '../functions';
|
|
|
|
$ns: 'a-';
|
|
|
|
$primary: #7266ba;
|
|
$info: #23b7e5;
|
|
$success: #27c24c;
|
|
$warning: #fad733;
|
|
$danger: #f05050;
|
|
$light: #edf1f2;
|
|
$dark: #3a3f51;
|
|
$black: #1c2b36;
|
|
|
|
$text-color: #58666e;
|
|
$link-color: $info;
|
|
|
|
$Form-input-borderColor: #cfdadd;
|
|
|
|
@import '../variables';
|