From 8d1f465ceb2f5e357b19b6e4c8468703725b4795 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 14:30:16 +0100 Subject: Fix the badges on the resource list. --- pyblackbird_cc/static/scss/custom.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'pyblackbird_cc/static/scss') diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss index a87a968..c80e8f4 100644 --- a/pyblackbird_cc/static/scss/custom.scss +++ b/pyblackbird_cc/static/scss/custom.scss @@ -22,6 +22,7 @@ $ml-font-label-weight: 500; @import "../bootstrap/scss/grid"; @import "../bootstrap/scss/buttons"; @import "../bootstrap/scss/bootstrap-utilities"; +@import "../bootstrap/scss/_badge.scss"; // 5. Add additional custom code here h2 { -- cgit v1.2.3