summaryrefslogtreecommitdiffstats
path: root/tpl/views/dialog.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-07-23 08:34:23 +0200
committerVolpeon <git@volpeon.ink>2025-07-23 08:34:23 +0200
commit5c878876d3bdd2c7cd094871fa0644f3310bcec8 (patch)
tree0a41059f6983040f429d786ab0ad0dbf89764e96 /tpl/views/dialog.pug
parentFixed divider (diff)
downloadiro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.gz
iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.bz2
iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.zip
Commit merge of button and badge into action-button (and rename it to button)
Diffstat (limited to 'tpl/views/dialog.pug')
-rw-r--r--tpl/views/dialog.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/views/dialog.pug b/tpl/views/dialog.pug
index 5a659dd..9c2e520 100644
--- a/tpl/views/dialog.pug
+++ b/tpl/views/dialog.pug
@@ -53,8 +53,8 @@ mixin view-dialog
53 +dialog 53 +dialog
54 +slot('header') 54 +slot('header')
55 .l-media__block.l-flex 55 .l-media__block.l-flex
56 +action-button(quiet=true icon='chevron-left') 56 +button(quiet=true icon='chevron-left')
57 +action-button(quiet=true icon='chevron-right') 57 +button(quiet=true icon='chevron-right')
58 .l-media__block.l-media__block--main 58 .l-media__block.l-media__block--main
59 +div-heading('xl')(class="u-mt-0")= 'Tags' 59 +div-heading('xl')(class="u-mt-0")= 'Tags'
60 +slot('sidebar') 60 +slot('sidebar')