diff options
Diffstat (limited to 'tpl/objects')
-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) { |