diff options
author | Volpeon <git@volpeon.ink> | 2022-02-13 12:11:05 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-13 12:11:05 +0100 |
commit | 34578f2581ea50dc71bae98eff0f57bca6671ebc (patch) | |
tree | 00f03c59d0abd587d4cb517be2188a904a505852 /tpl | |
parent | Update (diff) | |
download | iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.tar.gz iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.tar.bz2 iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.zip |
Update
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/index.pug | 2 | ||||
-rw-r--r-- | tpl/objects/action-menu.pug | 2 | ||||
-rw-r--r-- | tpl/objects/menu.pug | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index d8984ce..c42c48f 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -28,7 +28,7 @@ mixin user-card(name, hue) | |||
28 | - | 28 | - |
29 | const avaName = name.slice(0, 1) | 29 | const avaName = name.slice(0, 1) |
30 | 30 | ||
31 | .l-card.l-card--flush | 31 | .l-card.l-card--flush.l-card--sm |
32 | +avatar(block=true size='xs' class='l-card__block' hue=hue) | 32 | +avatar(block=true size='xs' class='l-card__block' hue=hue) |
33 | = avaName | 33 | = avaName |
34 | = name | 34 | = name |
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index 751e29d..dbfc99d 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 | 10 | .l-card.l-card--flush.l-card--sm |
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 |
diff --git a/tpl/objects/menu.pug b/tpl/objects/menu.pug index 97a571d..b348df8 100644 --- a/tpl/objects/menu.pug +++ b/tpl/objects/menu.pug | |||
@@ -14,7 +14,7 @@ mixin menu-item | |||
14 | } | 14 | } |
15 | 15 | ||
16 | button(class=classes, disabled=attributes.disabled) | 16 | button(class=classes, disabled=attributes.disabled) |
17 | .l-card.l-card--flush | 17 | .l-card.l-card--flush.l-card--sm |
18 | if attributes.icon | 18 | if attributes.icon |
19 | .l-card__block.o-menu__icon-slot | 19 | .l-card__block.o-menu__icon-slot |
20 | if attributes.iconIsStatus | 20 | if attributes.iconIsStatus |