mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Use em for badge spacing
This commit is contained in:
2
dist/shoelace.css
vendored
2
dist/shoelace.css
vendored
File diff suppressed because one or more lines are too long
@@ -129,8 +129,8 @@
|
||||
--badge-bg-color-warning: var(--state-warning);
|
||||
--badge-bg-color-danger: var(--state-danger);
|
||||
--badge-bg-color-inverse: var(--state-inverse);
|
||||
--badge-spacing-x: calc(var(--component-spacing) * .5);
|
||||
--badge-spacing-y: calc(var(--component-spacing) * .15);
|
||||
--badge-spacing-x: .6em;
|
||||
--badge-spacing-y: .2em;
|
||||
|
||||
/* Buttons */
|
||||
--button-font-family: inherit;
|
||||
|
||||
Reference in New Issue
Block a user