File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 25
25
-- #{$variable-prefix } btn-hover-bg : #{$hover-background } ;
26
26
-- #{$variable-prefix } btn-hover-border-color : #{$hover-border-color } ;
27
27
-- #{$variable-prefix } btn-hover-color : #{$hover-color } ;
28
+ -- #{$variable-prefix } btn-active-bg : #{$active-background } ;
29
+ -- #{$variable-prefix } btn-active-border-color : #{$active-border-color } ;
30
+ -- #{$variable-prefix } btn-active-color : #{$active-color } ;
31
+ -- #{$variable-prefix } btn-disabled-bg : #{$disabled-background } ;
32
+ -- #{$variable-prefix } btn-disabled-border-color : #{$disabled-border-color } ;
33
+ -- #{$variable-prefix } btn-disabled-color : #{$disabled-color } ;
34
+ -- #{$variable-prefix } btn-shadow : #{$shadow } ;
28
35
}
29
36
// scss-docs-end btn-variant-mixin
30
37
48
55
-- #{$variable-prefix } btn-active-bg : #{$active-background } ;
49
56
-- #{$variable-prefix } btn-active-border-color : #{$active-border-color } ;
50
57
-- #{$variable-prefix } btn-active-color : #{$active-color } ;
58
+ -- #{$variable-prefix } btn-disabled-color : #{$disabled-color } ;
51
59
-- #{$variable-prefix } btn-shadow : #{$shadow } ;
52
60
}
53
61
// scss-docs-end btn-outline-variant-mixin
72
80
-- #{$variable-prefix } btn-active-bg : #{$active-background } ;
73
81
-- #{$variable-prefix } btn-active-border-color : #{$active-border-color } ;
74
82
-- #{$variable-prefix } btn-active-color : #{$active-color } ;
83
+ -- #{$variable-prefix } btn-disabled-color : #{$disabled-color } ;
75
84
-- #{$variable-prefix } btn-shadow : #{$shadow } ;
76
85
}
77
86
You can’t perform that action at this time.
0 commit comments