diff options
Diffstat (limited to 'tpl/views')
-rw-r--r-- | tpl/views/badge.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug index e81a723..9979049 100644 --- a/tpl/views/badge.pug +++ b/tpl/views/badge.pug | |||
@@ -3,12 +3,16 @@ mixin view-badge | |||
3 | .c-box | 3 | .c-box |
4 | +badge= '100' | 4 | +badge= '100' |
5 | = ' ' | 5 | = ' ' |
6 | +badge('primary')= 'new' | ||
7 | = ' ' | ||
6 | +badge('accent')= 'new' | 8 | +badge('accent')= 'new' |
7 | = ' ' | 9 | = ' ' |
8 | +badge('accent-quiet')= 'new' | 10 | +badge('accent-quiet')= 'new' |
9 | = ' ' | 11 | = ' ' |
10 | +badge(size=200)= '100' | 12 | +badge(size=200)= '100' |
11 | = ' ' | 13 | = ' ' |
14 | +badge('primary')(size=200)= 'new' | ||
15 | = ' ' | ||
12 | +badge('accent')(size=200)= 'new' | 16 | +badge('accent')(size=200)= 'new' |
13 | = ' ' | 17 | = ' ' |
14 | +badge('accent-quiet')(size=200)= 'new' | 18 | +badge('accent-quiet')(size=200)= 'new' |