diff options
Diffstat (limited to 'tpl/views')
| -rw-r--r-- | tpl/views/badge.pug | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug index 9979049..4c44af2 100644 --- a/tpl/views/badge.pug +++ b/tpl/views/badge.pug | |||
| @@ -16,3 +16,20 @@ mixin view-badge | |||
| 16 | +badge('accent')(size=200)= 'new' | 16 | +badge('accent')(size=200)= 'new' |
| 17 | = ' ' | 17 | = ' ' |
| 18 | +badge('accent-quiet')(size=200)= 'new' | 18 | +badge('accent-quiet')(size=200)= 'new' |
| 19 | |||
| 20 | .c-box | ||
| 21 | +badge(pill=true)= '100' | ||
| 22 | = ' ' | ||
| 23 | +badge('primary')(pill=true)= 'new' | ||
| 24 | = ' ' | ||
| 25 | +badge('accent')(pill=true)= 'new' | ||
| 26 | = ' ' | ||
| 27 | +badge('accent-quiet')(pill=true)= 'new' | ||
| 28 | = ' ' | ||
| 29 | +badge(size=200, pill=true)= '100' | ||
| 30 | = ' ' | ||
| 31 | +badge('primary')(size=200, pill=true)= 'new' | ||
| 32 | = ' ' | ||
| 33 | +badge('accent')(size=200, pill=true)= 'new' | ||
| 34 | = ' ' | ||
| 35 | +badge('accent-quiet')(size=200, pill=true)= 'new' | ||
