Use em for badge spacing

This commit is contained in:
Cory LaViska
2017-08-11 16:37:09 -04:00
parent ad024ac892
commit e60fe6caf9
2 changed files with 3 additions and 3 deletions

2
dist/shoelace.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -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;