summaryrefslogtreecommitdiffstats
path: root/tpl/views/badge.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-30 17:01:45 +0100
committerVolpeon <git@volpeon.ink>2023-10-30 17:01:45 +0100
commit36750a6a4a05a28980d46cf895faf50ef35fb5dc (patch)
tree97dcc344c944884cdb0304c0067da43f61d4cba4 /tpl/views/badge.pug
parentFixed badge line height (diff)
downloadiro-design-36750a6a4a05a28980d46cf895faf50ef35fb5dc.tar.gz
iro-design-36750a6a4a05a28980d46cf895faf50ef35fb5dc.tar.bz2
iro-design-36750a6a4a05a28980d46cf895faf50ef35fb5dc.zip
Fix badge + action button combo
Diffstat (limited to 'tpl/views/badge.pug')
-rw-r--r--tpl/views/badge.pug8
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug
index 4c44af2..d4ca4b0 100644
--- a/tpl/views/badge.pug
+++ b/tpl/views/badge.pug
@@ -9,13 +9,13 @@ mixin view-badge
9 = ' ' 9 = ' '
10 +badge('accent-quiet')= 'new' 10 +badge('accent-quiet')= 'new'
11 = ' ' 11 = ' '
12 +badge(size=200)= '100' 12 +badge(size=200 href='#')= '100'
13 = ' ' 13 = ' '
14 +badge('primary')(size=200)= 'new' 14 +badge('primary')(size=200 href='#')= 'new'
15 = ' ' 15 = ' '
16 +badge('accent')(size=200)= 'new' 16 +badge('accent')(size=200 href='#')= 'new'
17 = ' ' 17 = ' '
18 +badge('accent-quiet')(size=200)= 'new' 18 +badge('accent-quiet')(size=200 href='#')= 'new'
19 19
20 .c-box 20 .c-box
21 +badge(pill=true)= '100' 21 +badge(pill=true)= '100'