diff options
-rw-r--r-- | src/_declare-vars.scss | 2 | ||||
-rw-r--r-- | tpl/objects/action-menu.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 27245ba..6b3cb4f 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
@@ -6,7 +6,7 @@ | |||
6 | @include iro.props-store(( | 6 | @include iro.props-store(( |
7 | --dims: ( | 7 | --dims: ( |
8 | --spacing: ( | 8 | --spacing: ( |
9 | --base: iro.fn-px-to-rem(28px), | 9 | --base: iro.fn-px-to-rem(24px), |
10 | --factors: ( | 10 | --factors: ( |
11 | --xxs: .125, | 11 | --xxs: .125, |
12 | --xs: .25, | 12 | --xs: .25, |
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index dbfc99d..751e29d 100644 --- a/tpl/objects/action-menu.pug +++ b/tpl/objects/action-menu.pug | |||
@@ -7,7 +7,7 @@ mixin action-menu | |||
7 | 7 | ||
8 | mixin action-menu-item | 8 | mixin action-menu-item |
9 | button.o-action-menu__item(disabled=attributes.disabled) | 9 | button.o-action-menu__item(disabled=attributes.disabled) |
10 | .l-card.l-card--flush.l-card--sm | 10 | .l-card.l-card--flush |
11 | .l-card__block.o-action-menu__icon-slot | 11 | .l-card__block.o-action-menu__icon-slot |
12 | if attributes.icon | 12 | if attributes.icon |
13 | if attributes.iconIsStatus | 13 | if attributes.iconIsStatus |