We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec6598 commit 24b5b86Copy full SHA for 24b5b86
scss/_button-bar.scss
@@ -21,6 +21,34 @@
21
float: left;
22
}
23
24
+
25
+ &.bar-light > .button {
26
+ border-color: $button-light-border;
27
+ }
28
+ &.bar-stable > .button {
29
+ border-color: $button-stable-border;
30
31
+ &.bar-positive > .button {
32
+ border-color: $button-positive-border;
33
34
+ &.bar-calm > .button {
35
+ border-color: $button-calm-border;
36
37
+ &.bar-assertive > .button {
38
+ border-color: $button-assertive-border;
39
40
+ &.bar-balanced > .button {
41
+ border-color: $button-balanced-border;
42
43
+ &.bar-energized > .button {
44
+ border-color: $button-energized-border;
45
46
+ &.bar-royal > .button {
47
+ border-color: $button-royal-border;
48
49
+ &.bar-dark > .button {
50
+ border-color: $button-dark-border;
51
52
53
54
.button-bar > .button {
0 commit comments