diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/index.pug | 2 | ||||
-rw-r--r-- | tpl/objects/menu.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index c42c48f..dc037f5 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.l-card--sm | 31 | .l-card.l-card--flush.l-card--75 |
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/menu.pug b/tpl/objects/menu.pug index b348df8..0a654ce 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.l-card--sm | 17 | .l-card.l-card--flush.l-card--75 |
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 |