summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-07-05 07:21:31 +0200
committerVolpeon <git@volpeon.ink>2024-07-05 07:21:31 +0200
commit3e2b42ee926aafcdf1d77e63b0f86565f4ec51b2 (patch)
treec1f7ae78734280e5ae5740ce948f961f1cf08ce5 /tpl/views
parentBetter badge (diff)
downloadiro-design-3e2b42ee926aafcdf1d77e63b0f86565f4ec51b2.tar.gz
iro-design-3e2b42ee926aafcdf1d77e63b0f86565f4ec51b2.tar.bz2
iro-design-3e2b42ee926aafcdf1d77e63b0f86565f4ec51b2.zip
Update button
Diffstat (limited to 'tpl/views')
-rw-r--r--tpl/views/button.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/views/button.pug b/tpl/views/button.pug
index eacf302..edd8ef6 100644
--- a/tpl/views/button.pug
+++ b/tpl/views/button.pug
@@ -19,6 +19,15 @@ mixin view-button
19 +a-button(size='xl' outline=true)= 'Button' 19 +a-button(size='xl' outline=true)= 'Button'
20 20
21 .c-box 21 .c-box
22 +a-button(postIcon='arrow-right' size='sm')= 'Button'
23 = ' '
24 +a-button(postIcon='arrow-right')= 'Button'
25 = ' '
26 +a-button(postIcon='arrow-right' size='lg')= 'Button'
27 = ' '
28 +a-button(postIcon='arrow-right' size='xl')= 'Button'
29
30 .c-box
22 .l-button-group 31 .l-button-group
23 +a-button= 'Button' 32 +a-button= 'Button'
24 +a-button(disabled=true)= 'Button' 33 +a-button(disabled=true)= 'Button'