summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-16 20:42:06 +0200
committerVolpeon <git@volpeon.ink>2023-10-16 20:42:06 +0200
commit9d3bdbc9ddb29a3fb8aeddbab31411c2c3cd4454 (patch)
tree4655fa4618a9585d4e6b989a8db0e8923f1ec2a4 /tpl/views
parentUpdate (diff)
downloadiro-design-9d3bdbc9ddb29a3fb8aeddbab31411c2c3cd4454.tar.gz
iro-design-9d3bdbc9ddb29a3fb8aeddbab31411c2c3cd4454.tar.bz2
iro-design-9d3bdbc9ddb29a3fb8aeddbab31411c2c3cd4454.zip
Added primary badge
Diffstat (limited to 'tpl/views')
-rw-r--r--tpl/views/badge.pug4
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'