diff options
Diffstat (limited to 'tpl/views')
| -rw-r--r-- | tpl/views/badge.pug | 20 | 
1 files changed, 18 insertions, 2 deletions
| diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug index d4ca4b0..a3c4eed 100644 --- a/tpl/views/badge.pug +++ b/tpl/views/badge.pug | |||
| @@ -9,13 +9,21 @@ mixin view-badge | |||
| 9 | = ' ' | 9 | = ' ' | 
| 10 | +badge('accent-quiet')= 'new' | 10 | +badge('accent-quiet')= 'new' | 
| 11 | = ' ' | 11 | = ' ' | 
| 12 | +badge(size=200 href='#')= '100' | 12 | +badge(size=200 href='#')= '200' | 
| 13 | = ' ' | 13 | = ' ' | 
| 14 | +badge('primary')(size=200 href='#')= 'new' | 14 | +badge('primary')(size=200 href='#')= 'new' | 
| 15 | = ' ' | 15 | = ' ' | 
| 16 | +badge('accent')(size=200 href='#')= 'new' | 16 | +badge('accent')(size=200 href='#')= 'new' | 
| 17 | = ' ' | 17 | = ' ' | 
| 18 | +badge('accent-quiet')(size=200 href='#')= 'new' | 18 | +badge('accent-quiet')(size=200 href='#')= 'new' | 
| 19 | = ' ' | ||
| 20 | +badge(size=300 href='#')= '300' | ||
| 21 | = ' ' | ||
| 22 | +badge('primary')(size=300 href='#')= 'new' | ||
| 23 | = ' ' | ||
| 24 | +badge('accent')(size=300 href='#')= 'new' | ||
| 25 | = ' ' | ||
| 26 | +badge('accent-quiet')(size=300 href='#')= 'new' | ||
| 19 | 27 | ||
| 20 | .c-box | 28 | .c-box | 
| 21 | +badge(pill=true)= '100' | 29 | +badge(pill=true)= '100' | 
| @@ -26,10 +34,18 @@ mixin view-badge | |||
| 26 | = ' ' | 34 | = ' ' | 
| 27 | +badge('accent-quiet')(pill=true)= 'new' | 35 | +badge('accent-quiet')(pill=true)= 'new' | 
| 28 | = ' ' | 36 | = ' ' | 
| 29 | +badge(size=200, pill=true)= '100' | 37 | +badge(size=200, pill=true)= '200' | 
| 30 | = ' ' | 38 | = ' ' | 
| 31 | +badge('primary')(size=200, pill=true)= 'new' | 39 | +badge('primary')(size=200, pill=true)= 'new' | 
| 32 | = ' ' | 40 | = ' ' | 
| 33 | +badge('accent')(size=200, pill=true)= 'new' | 41 | +badge('accent')(size=200, pill=true)= 'new' | 
| 34 | = ' ' | 42 | = ' ' | 
| 35 | +badge('accent-quiet')(size=200, pill=true)= 'new' | 43 | +badge('accent-quiet')(size=200, pill=true)= 'new' | 
| 44 | = ' ' | ||
| 45 | +badge(size=300, pill=true)= '300' | ||
| 46 | = ' ' | ||
| 47 | +badge('primary')(size=300, pill=true)= 'new' | ||
| 48 | = ' ' | ||
| 49 | +badge('accent')(size=300, pill=true)= 'new' | ||
| 50 | = ' ' | ||
| 51 | +badge('accent-quiet')(size=300, pill=true)= 'new' | ||
