|
101 | 101 |
|
102 | 102 | &-round { |
103 | 103 | border-radius: $button-border-radius; |
104 | | - |
105 | | - &-xlarge { |
106 | | - border-radius: $button-xlarge-border-radius; |
107 | | - } |
108 | | - |
109 | | - &-large { |
110 | | - border-radius: $button-large-border-radius; |
111 | | - } |
112 | | - |
113 | | - &-small { |
114 | | - border-radius: $button-small-border-radius; |
115 | | - } |
116 | | - |
117 | | - &-mini { |
118 | | - border-radius: $button-mini-border-radius; |
119 | | - } |
120 | 104 | } |
121 | 105 |
|
122 | 106 | &-default { |
|
155 | 139 | height: $button-xlarge-height; |
156 | 140 | padding: $button-xlarge-padding; |
157 | 141 | font-size: $button-xlarge-font-size; |
158 | | - border-radius: $radius-base; |
| 142 | + border-radius: $button-xlarge-border-radius; |
159 | 143 |
|
160 | 144 | .nut-button-text { |
161 | 145 | margin-left: $button-xlarge-text-icon-margin; |
|
178 | 162 | height: $button-large-height; |
179 | 163 | padding: $button-large-padding; |
180 | 164 | font-size: $button-large-font-size; |
181 | | - border-radius: $radius-s; |
| 165 | + border-radius: $button-large-border-radius; |
182 | 166 |
|
183 | 167 | .nut-button-text { |
184 | 168 | margin-left: $button-xlarge-text-icon-margin; |
|
202 | 186 | height: $button-small-height; |
203 | 187 | padding: $button-small-padding; |
204 | 188 | font-size: $button-small-font-size; |
205 | | - border-radius: $radius-xs; |
| 189 | + border-radius: $button-small-border-radius; |
206 | 190 |
|
207 | 191 | .nut-icon { |
208 | 192 | font-size: $button-small-font-size; |
|
219 | 203 | height: $button-mini-height; |
220 | 204 | padding: $button-mini-padding; |
221 | 205 | font-size: $button-mini-font-size; |
222 | | - border-radius: $radius-xs; |
| 206 | + border-radius: $button-mini-border-radius; |
223 | 207 |
|
224 | 208 | .nut-icon { |
225 | 209 | font-size: $button-mini-font-size; |
|
0 commit comments