diff options
author | Volpeon <git@volpeon.ink> | 2022-02-15 18:57:05 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-15 18:57:05 +0100 |
commit | 27616aff3eaa1fb8baecfcfec1f0542473d1fb36 (patch) | |
tree | 771e0f36783a5c17ed0821378bd869bf7ee2f5a7 /tpl/layouts | |
parent | Brighter accents in dark mode (diff) | |
download | iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.tar.gz iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.tar.bz2 iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.zip |
Added lightbox
Diffstat (limited to 'tpl/layouts')
-rw-r--r-- | tpl/layouts/container.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug index c64de11..0c9b6ec 100644 --- a/tpl/layouts/container.pug +++ b/tpl/layouts/container.pug | |||
@@ -7,7 +7,7 @@ mixin container | |||
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.theme | 10 | 'u-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 |