summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-03-01 09:43:44 +0100
committerVolpeon <git@volpeon.ink>2023-03-01 09:43:44 +0100
commit015a5d5f009c270d82cd4a32f1faa64120a04723 (patch)
tree722954da0c1367c550c1659abf1c371fd95f13bf /tpl/views
parentBadge (diff)
downloadiro-design-015a5d5f009c270d82cd4a32f1faa64120a04723.tar.gz
iro-design-015a5d5f009c270d82cd4a32f1faa64120a04723.tar.bz2
iro-design-015a5d5f009c270d82cd4a32f1faa64120a04723.zip
Badge again
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 ce41f25..e81a723 100644
--- a/tpl/views/badge.pug
+++ b/tpl/views/badge.pug
@@ -5,6 +5,10 @@ mixin view-badge
5 = ' ' 5 = ' '
6 +badge('accent')= 'new' 6 +badge('accent')= 'new'
7 = ' ' 7 = ' '
8 +badge('accent-quiet')= 'new'
9 = ' '
8 +badge(size=200)= '100' 10 +badge(size=200)= '100'
9 = ' ' 11 = ' '
10 +badge('accent')(size=200)= 'new' 12 +badge('accent')(size=200)= 'new'
13 = ' '
14 +badge('accent-quiet')(size=200)= 'new'