diff options
author | Volpeon <git@volpeon.ink> | 2025-07-22 19:24:05 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-22 19:24:05 +0200 |
commit | e16fedb0770845dee4a4df334ba05d085bf288bf (patch) | |
tree | 92592add8e5cc2b70f7846d158db65dd25f33b48 /tpl/objects/card.pug | |
parent | Fix (diff) | |
download | iro-design-e16fedb0770845dee4a4df334ba05d085bf288bf.tar.gz iro-design-e16fedb0770845dee4a4df334ba05d085bf288bf.tar.bz2 iro-design-e16fedb0770845dee4a4df334ba05d085bf288bf.zip |
Improved card
Diffstat (limited to 'tpl/objects/card.pug')
-rw-r--r-- | tpl/objects/card.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/card.pug b/tpl/objects/card.pug index cd4f75c..feb1441 100644 --- a/tpl/objects/card.pug +++ b/tpl/objects/card.pug | |||
@@ -3,7 +3,7 @@ mixin card | |||
3 | let classes = { | 3 | let classes = { |
4 | 'o-card': true, | 4 | 'o-card': true, |
5 | 'o-card--borderless': !!attributes.borderless, | 5 | 'o-card--borderless': !!attributes.borderless, |
6 | 'o-card--merge': !!attributes.merge, | 6 | 'o-card--shadow': !!attributes.shadow, |
7 | 'o-card--quiet': !!attributes.quiet, | 7 | 'o-card--quiet': !!attributes.quiet, |
8 | 'o-card--thumbnail': !!attributes.thumbnail, | 8 | 'o-card--thumbnail': !!attributes.thumbnail, |
9 | } | 9 | } |