From b566769679473b91d2f63406fba7cc3b44c4fcc1 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 25 Jun 2024 11:11:05 +0200 Subject: Update --- tpl/views/button.pug | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'tpl/views/button.pug') diff --git a/tpl/views/button.pug b/tpl/views/button.pug index 221219c..c476d9b 100644 --- a/tpl/views/button.pug +++ b/tpl/views/button.pug @@ -8,15 +8,8 @@ mixin view-button +a-button(size='lg')= 'Button' = ' ' +a-button(size='xl')= 'Button' - br - +a-button(size='sm' disabled=true)= 'Button' - = ' ' - +a-button(disabled=true)= 'Button' - = ' ' - +a-button(size='lg' disabled=true)= 'Button' - = ' ' - +a-button(size='xl' disabled=true)= 'Button' - br + + .c-box +a-button(size='sm' outline=true)= 'Button' = ' ' +a-button(outline=true)= 'Button' @@ -24,14 +17,6 @@ mixin view-button +a-button(size='lg' outline=true)= 'Button' = ' ' +a-button(size='xl' outline=true)= 'Button' - br - +a-button(size='sm' outline=true disabled=true)= 'Button' - = ' ' - +a-button(outline=true disabled=true)= 'Button' - = ' ' - +a-button(size='lg' outline=true disabled=true)= 'Button' - = ' ' - +a-button(size='xl' outline=true disabled=true)= 'Button' .c-box .l-button-group -- cgit v1.2.3-54-g00ecf