UNPKG

486 BSCSSView Raw
1
2// grey ramp
3$base-grey: #DCDFE6 !default;
4$light-grey: #E4E7ED !default;
5$lighter-grey: #EBEEF5 !default;
6$extra-light: #F2F6FC !default;
7
8$text-color: #606266 !default;
9$secondary-text-color: #909399 !default;
10$input-border-color: $base-grey !default;
11$border-color: $base-grey !default;
12$highlight-color: #F1F5FD !default;
13
14$thead-bg-color-1: #F4F5F8 !default;
15$thead-bg-color-2: #F1F3F6 !default;
16
17// link
18$link-color: #409eff;
19$notify-bg-color: #fdf9e8;
20$notify-fg-color: #b38d28;
\No newline at end of file