File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 21
21
float : left ;
22
22
}
23
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
+ }
24
52
}
25
53
26
54
.button-bar > .button {
You can’t perform that action at this time.
0 commit comments