|
35 | 35 |
|
36 | 36 | /* End Remaining Legacy Tokens */ |
37 | 37 |
|
38 | | - --Button-font-size-default: 0.875rem; |
39 | | - --Button-font-size-small: 0.875rem; |
40 | | - --Button-font-size-large: 1rem; |
| 38 | + --Button-font-size-default: var(--lp-font-size-200); |
| 39 | + --Button-font-size-small: var(--lp-font-size-100); |
| 40 | + --Button-font-size-large: var(--lp-font-size-300); |
41 | 41 | --Button-font-weight: var(--lp-font-weight-medium); |
42 | | - --Button-line-height-default: 114%; |
43 | | - --Button-line-height-small: 114%; |
44 | | - --Button-line-height-large: 150%; |
| 42 | + --Button-line-height-default: var(--lp-line-height-300); |
| 43 | + --Button-line-height-small: var(--lp-line-height-200); |
| 44 | + --Button-line-height-large: var(--lp-line-height-300); |
45 | 45 | --Button-border-radius-default: 0.375rem; |
46 | 46 | --Button-border-radius-small: var(--lp-border-radius-regular); |
47 | 47 | --Button-border-radius-link: 1px; |
|
235 | 235 | border-radius: var(--Button-border-radius-default); |
236 | 236 | font-size: var(--Button-font-size-default); |
237 | 237 | line-height: var(--Button-line-height-default); |
238 | | - padding: 0.4375rem 0.5rem; |
| 238 | + padding: 3px var(--lp-spacing-300); |
239 | 239 | cursor: default; |
240 | 240 | user-select: none; |
241 | 241 | appearance: none; |
|
245 | 245 | .Button--tiny { |
246 | 246 | border-radius: var(--Button-border-radius-small); |
247 | 247 | font-size: var(--lp-font-size-100); |
248 | | - line-height: var(--Button-line-height-small); |
| 248 | + line-height: 114%; |
249 | 249 | padding: 0.0625rem 0.25rem; |
250 | 250 | min-height: 1.25rem; |
251 | 251 | } |
|
254 | 254 | border-radius: var(--Button-border-radius-small); |
255 | 255 | font-size: var(--Button-font-size-small); |
256 | 256 | line-height: var(--Button-line-height-small); |
257 | | - padding: 0.1875rem 0.5rem; |
| 257 | + padding: 1px var(--lp-spacing-300); |
258 | 258 | min-height: 1.5rem; |
259 | 259 | } |
260 | 260 |
|
261 | 261 | .Button--big { |
262 | 262 | font-size: var(--Button-font-size-large); |
263 | 263 | line-height: var(--Button-line-height-large); |
264 | | - padding: 0.4375rem 0.75rem; |
| 264 | + padding: 7px var(--lp-spacing-400); |
265 | 265 | min-height: 2.5rem; |
266 | 266 | } |
267 | 267 |
|
|
0 commit comments