diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/form.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/form.pug b/tpl/objects/form.pug index 496ed48..24ac3f0 100644 --- a/tpl/objects/form.pug +++ b/tpl/objects/form.pug | |||
@@ -3,6 +3,7 @@ include field-label.pug | |||
3 | mixin form | 3 | mixin form |
4 | form(class={ | 4 | form(class={ |
5 | 'l-form': true, | 5 | 'l-form': true, |
6 | 'l-form--labels-left': attributes.labelsAlign === 'left', | ||
6 | 'l-form--labels-right': attributes.labelsAlign === 'right', | 7 | 'l-form--labels-right': attributes.labelsAlign === 'right', |
7 | 'l-form--labels-above': attributes.labelsAlign === 'above' | 8 | 'l-form--labels-above': attributes.labelsAlign === 'above' |
8 | }) | 9 | }) |