diff options
author | Volpeon <git@volpeon.ink> | 2025-07-22 18:28:08 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-22 18:28:08 +0200 |
commit | 84e24e1df83806a139f4b402336cf1c8ada58d67 (patch) | |
tree | 651df7647252c63e9bb00837ee1ae0aff8b9183c /tpl/objects/card.pug | |
parent | Fix (diff) | |
download | iro-design-84e24e1df83806a139f4b402336cf1c8ada58d67.tar.gz iro-design-84e24e1df83806a139f4b402336cf1c8ada58d67.tar.bz2 iro-design-84e24e1df83806a139f4b402336cf1c8ada58d67.zip |
Various fixes
Diffstat (limited to 'tpl/objects/card.pug')
-rw-r--r-- | tpl/objects/card.pug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tpl/objects/card.pug b/tpl/objects/card.pug index 1db2fe5..514b9d3 100644 --- a/tpl/objects/card.pug +++ b/tpl/objects/card.pug | |||
@@ -1,9 +1,10 @@ | |||
1 | mixin card | 1 | mixin card |
2 | - | 2 | - |
3 | let classes = { | 3 | let classes = { |
4 | 'o-card': true, | 4 | 'o-card': true, |
5 | 'o-card--quiet': !!attributes.quiet, | 5 | 'o-card--borderless': !!attributes.borderless, |
6 | 'o-card--thumbnail': !!attributes.thumbnail, | 6 | 'o-card--quiet': !!attributes.quiet, |
7 | 'o-card--thumbnail': !!attributes.thumbnail, | ||
7 | } | 8 | } |
8 | 9 | ||
9 | if (attributes.class) { | 10 | if (attributes.class) { |