From 3e2b42ee926aafcdf1d77e63b0f86565f4ec51b2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 5 Jul 2024 07:21:31 +0200 Subject: Update button --- tpl/views/button.pug | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tpl/views') 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 @@ -18,6 +18,15 @@ mixin view-button = ' ' +a-button(size='xl' outline=true)= 'Button' + .c-box + +a-button(postIcon='arrow-right' size='sm')= 'Button' + = ' ' + +a-button(postIcon='arrow-right')= 'Button' + = ' ' + +a-button(postIcon='arrow-right' size='lg')= 'Button' + = ' ' + +a-button(postIcon='arrow-right' size='xl')= 'Button' + .c-box .l-button-group +a-button= 'Button' -- cgit v1.2.3-54-g00ecf