diff options
Diffstat (limited to 'tpl/views/button.pug')
| -rw-r--r-- | tpl/views/button.pug | 19 |
1 files changed, 2 insertions, 17 deletions
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 | |||
| 8 | +a-button(size='lg')= 'Button' | 8 | +a-button(size='lg')= 'Button' |
| 9 | = ' ' | 9 | = ' ' |
| 10 | +a-button(size='xl')= 'Button' | 10 | +a-button(size='xl')= 'Button' |
| 11 | br | 11 | |
| 12 | +a-button(size='sm' disabled=true)= 'Button' | 12 | .c-box |
| 13 | = ' ' | ||
| 14 | +a-button(disabled=true)= 'Button' | ||
| 15 | = ' ' | ||
| 16 | +a-button(size='lg' disabled=true)= 'Button' | ||
| 17 | = ' ' | ||
| 18 | +a-button(size='xl' disabled=true)= 'Button' | ||
| 19 | br | ||
| 20 | +a-button(size='sm' outline=true)= 'Button' | 13 | +a-button(size='sm' outline=true)= 'Button' |
| 21 | = ' ' | 14 | = ' ' |
| 22 | +a-button(outline=true)= 'Button' | 15 | +a-button(outline=true)= 'Button' |
| @@ -24,14 +17,6 @@ mixin view-button | |||
| 24 | +a-button(size='lg' outline=true)= 'Button' | 17 | +a-button(size='lg' outline=true)= 'Button' |
| 25 | = ' ' | 18 | = ' ' |
| 26 | +a-button(size='xl' outline=true)= 'Button' | 19 | +a-button(size='xl' outline=true)= 'Button' |
| 27 | br | ||
| 28 | +a-button(size='sm' outline=true disabled=true)= 'Button' | ||
| 29 | = ' ' | ||
| 30 | +a-button(outline=true disabled=true)= 'Button' | ||
| 31 | = ' ' | ||
| 32 | +a-button(size='lg' outline=true disabled=true)= 'Button' | ||
| 33 | = ' ' | ||
| 34 | +a-button(size='xl' outline=true disabled=true)= 'Button' | ||
| 35 | 20 | ||
| 36 | .c-box | 21 | .c-box |
| 37 | .l-button-group | 22 | .l-button-group |
