|
72 | 72 | }
|
73 | 73 |
|
74 | 74 | &.button-light {
|
75 |
| - @include button-style($button-light-bg, $button-light-border, $button-light-active-bg, $button-light-active-border, $button-light-text); |
| 75 | + @include button-style($button-light-bg, $button-default-border, $button-light-active-bg, $button-default-active-border, $button-light-text); |
76 | 76 | @include button-clear($button-light-border);
|
77 | 77 | @include button-outline($button-light-border);
|
78 | 78 | }
|
79 | 79 |
|
80 | 80 | &.button-stable {
|
81 |
| - @include button-style($button-stable-bg, $button-stable-border, $button-stable-active-bg, $button-stable-active-border, $button-stable-text); |
| 81 | + @include button-style($button-stable-bg, $button-default-border, $button-stable-active-bg, $button-default-active-border, $button-stable-text); |
82 | 82 | @include button-clear($button-stable-border);
|
83 | 83 | @include button-outline($button-stable-border);
|
84 | 84 | }
|
85 | 85 |
|
86 | 86 | &.button-positive {
|
87 |
| - @include button-style($button-positive-bg, $button-positive-border, $button-positive-active-bg, $button-positive-active-border, $button-positive-text); |
| 87 | + @include button-style($button-positive-bg, $button-default-border, $button-positive-active-bg, $button-default-active-border, $button-positive-text); |
88 | 88 | @include button-clear($button-positive-bg);
|
89 | 89 | @include button-outline($button-positive-bg);
|
90 | 90 | }
|
91 | 91 |
|
92 | 92 | &.button-calm {
|
93 |
| - @include button-style($button-calm-bg, $button-calm-border, $button-calm-active-bg, $button-calm-active-border, $button-calm-text); |
| 93 | + @include button-style($button-calm-bg, $button-default-border, $button-calm-active-bg, $button-default-active-border, $button-calm-text); |
94 | 94 | @include button-clear($button-calm-bg);
|
95 | 95 | @include button-outline($button-calm-bg);
|
96 | 96 | }
|
97 | 97 |
|
98 | 98 | &.button-assertive {
|
99 |
| - @include button-style($button-assertive-bg, $button-assertive-border, $button-assertive-active-bg, $button-assertive-active-border, $button-assertive-text); |
| 99 | + @include button-style($button-assertive-bg, $button-default-border, $button-assertive-active-bg, $button-default-active-border, $button-assertive-text); |
100 | 100 | @include button-clear($button-assertive-bg);
|
101 | 101 | @include button-outline($button-assertive-bg);
|
102 | 102 | }
|
103 | 103 |
|
104 | 104 | &.button-balanced {
|
105 |
| - @include button-style($button-balanced-bg, $button-balanced-border, $button-balanced-active-bg, $button-balanced-active-border, $button-balanced-text); |
| 105 | + @include button-style($button-balanced-bg, $button-default-border, $button-balanced-active-bg, $button-default-active-border, $button-balanced-text); |
106 | 106 | @include button-clear($button-balanced-bg);
|
107 | 107 | @include button-outline($button-balanced-bg);
|
108 | 108 | }
|
109 | 109 |
|
110 | 110 | &.button-energized {
|
111 |
| - @include button-style($button-energized-bg, $button-energized-border, $button-energized-active-bg, $button-energized-active-border, $button-energized-text); |
| 111 | + @include button-style($button-energized-bg, $button-default-border, $button-energized-active-bg, $button-default-active-border, $button-energized-text); |
112 | 112 | @include button-clear($button-energized-bg);
|
113 | 113 | @include button-outline($button-energized-bg);
|
114 | 114 | }
|
115 | 115 |
|
116 | 116 | &.button-royal {
|
117 |
| - @include button-style($button-royal-bg, $button-royal-border, $button-royal-active-bg, $button-royal-active-border, $button-royal-text); |
| 117 | + @include button-style($button-royal-bg, $button-default-border, $button-royal-active-bg, $button-default-active-border, $button-royal-text); |
118 | 118 | @include button-clear($button-royal-bg);
|
119 | 119 | @include button-outline($button-royal-bg);
|
120 | 120 | }
|
121 | 121 |
|
122 | 122 | &.button-dark {
|
123 |
| - @include button-style($button-dark-bg, $button-dark-border, $button-dark-active-bg, $button-dark-active-border, $button-dark-text); |
| 123 | + @include button-style($button-dark-bg, $button-default-border, $button-dark-active-bg, $button-default-active-border, $button-dark-text); |
124 | 124 | @include button-clear($button-dark-bg);
|
125 | 125 | @include button-outline($button-dark-bg);
|
126 | 126 | }
|
|
0 commit comments