diff options
author | Volpeon <git@volpeon.ink> | 2022-02-11 18:49:39 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-11 18:49:39 +0100 |
commit | 75857aedd1c6b58e6cf5ffaf184e994e4e2d52db (patch) | |
tree | 1f9d7a4be948ef54cbaf23e8b574d988edfdff70 /tpl/objects | |
parent | Added backdrop and dialog (diff) | |
download | iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.tar.gz iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.tar.bz2 iro-design-75857aedd1c6b58e6cf5ffaf184e994e4e2d52db.zip |
Added button group
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/dialog.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 2cbbd4f..3cbe95e 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug | |||
@@ -10,7 +10,7 @@ mixin dialog(title) | |||
10 | +rule('medium') | 10 | +rule('medium') |
11 | section.o-dialog__body | 11 | section.o-dialog__body |
12 | block | 12 | block |
13 | footer.o-dialog__footer | 13 | footer.o-dialog__footer.l-button-group |
14 | +a-button(outline=true)= 'Cancel' | 14 | +a-button(outline=true)= 'Cancel' |
15 | = ' ' | 15 | = ' ' |
16 | +a-button(outline=true variant='primary')= 'Continue' | 16 | +a-button(outline=true variant='primary')= 'Continue' |