File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,16 @@ $light-blue: #63c2de !default;
25
25
26
26
$colors : () !default ;
27
27
$colors : map-merge ((
28
- " light-blue" : $light-blue
28
+ " light-blue" : $light-blue ,
29
+ " gray-100" : $gray-100 ,
30
+ " gray-200" : $gray-200 ,
31
+ " gray-300" : $gray-300 ,
32
+ " gray-400" : $gray-400 ,
33
+ " gray-500" : $gray-500 ,
34
+ " gray-600" : $gray-600 ,
35
+ " gray-700" : $gray-700 ,
36
+ " gray-800" : $gray-800 ,
37
+ " gray-900" : $gray-900
29
38
), $colors );
30
39
31
40
$secondary : $gray-300 !default ;
@@ -70,8 +79,8 @@ $card-cap-bg: $gray-100 !default;
70
79
// Dropdowns
71
80
72
81
$dropdown-padding-y : 0 !default ;
73
- $dropdown-border-color : $gray-200 !default ;
74
- $dropdown-divider-bg : $gray-100 !default ;
82
+ $dropdown-border-color : $gray-300 !default ;
83
+ $dropdown-divider-bg : $gray-200 !default ;
75
84
76
85
// Buttons
77
86
You can’t perform that action at this time.
0 commit comments