summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-14 18:45:32 +0100
committerVolpeon <git@volpeon.ink>2022-02-14 18:45:32 +0100
commit248a90eb5fe1f5fa624423b81d0b18df85fabe35 (patch)
treea6d112b0929f065ebf7ac6d2916550d6dc5ff469 /tpl
parentAdjusted spacings (diff)
downloadiro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.gz
iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.bz2
iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.zip
Restructured size variables
Diffstat (limited to 'tpl')
-rw-r--r--tpl/index.pug2
-rw-r--r--tpl/objects/menu.pug2
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