summaryrefslogtreecommitdiffstats
path: root/tpl/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-05 16:52:52 +0100
committerVolpeon <git@volpeon.ink>2022-02-05 16:52:52 +0100
commite18669958b229235798e31e5ad8608d9fd30c8e8 (patch)
treef6cc743ba608cb2d5f714a8e277444364c8a4ecd /tpl/layouts
parentUpdate (diff)
downloadiro-design-e18669958b229235798e31e5ad8608d9fd30c8e8.tar.gz
iro-design-e18669958b229235798e31e5ad8608d9fd30c8e8.tar.bz2
iro-design-e18669958b229235798e31e5ad8608d9fd30c8e8.zip
Added button
Diffstat (limited to 'tpl/layouts')
-rw-r--r--tpl/layouts/container.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug
index 9dde2d6..c64de11 100644
--- a/tpl/layouts/container.pug
+++ b/tpl/layouts/container.pug
@@ -2,12 +2,12 @@ mixin container
2 - 2 -
3 let classes = { 3 let classes = {
4 'l-container': true, 4 'l-container': true,
5 'l-container--pad-h': attributes.padH, 5 'l-container--pad-x': attributes.padX,
6 'l-container--pad-v': attributes.padV, 6 'l-container--pad-y': attributes.padY,
7 'l-container--narrow': attributes.narrow, 7 'l-container--narrow': attributes.narrow,
8 'l-container--sm-narrow': attributes.smNarrow, 8 'l-container--sm-narrow': attributes.smNarrow,
9 'l-container--in-page': attributes.inPage, 9 'l-container--in-page': attributes.inPage,
10 'l-container--themed': attributes.themed 10 'l-container--themed': !!attributes.theme
11 } 11 }
12 if (!!attributes.theme) { 12 if (!!attributes.theme) {
13 classes['t-' + attributes.theme] = true 13 classes['t-' + attributes.theme] = true