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 2121 float : left ;
2222 }
2323 }
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+ }
2452}
2553
2654.button-bar > .button {
You can’t perform that action at this time.
0 commit comments