From 36750a6a4a05a28980d46cf895faf50ef35fb5dc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 30 Oct 2023 17:01:45 +0100 Subject: Fix badge + action button combo --- tpl/views/badge.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/views/badge.pug') 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 = ' ' +badge('accent-quiet')= 'new' = ' ' - +badge(size=200)= '100' + +badge(size=200 href='#')= '100' = ' ' - +badge('primary')(size=200)= 'new' + +badge('primary')(size=200 href='#')= 'new' = ' ' - +badge('accent')(size=200)= 'new' + +badge('accent')(size=200 href='#')= 'new' = ' ' - +badge('accent-quiet')(size=200)= 'new' + +badge('accent-quiet')(size=200 href='#')= 'new' .c-box +badge(pill=true)= '100' -- cgit v1.2.3-54-g00ecf