From e18669958b229235798e31e5ad8608d9fd30c8e8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 16:52:52 +0100 Subject: Added button --- tpl/layouts/container.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl/layouts') 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 - let classes = { 'l-container': true, - 'l-container--pad-h': attributes.padH, - 'l-container--pad-v': attributes.padV, + 'l-container--pad-x': attributes.padX, + 'l-container--pad-y': attributes.padY, 'l-container--narrow': attributes.narrow, 'l-container--sm-narrow': attributes.smNarrow, 'l-container--in-page': attributes.inPage, - 'l-container--themed': attributes.themed + 'l-container--themed': !!attributes.theme } if (!!attributes.theme) { classes['t-' + attributes.theme] = true -- cgit v1.2.3-54-g00ecf