From d9a9a828ed5bd749fbb25ea0b2146005ddcbd96f Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 15 Mar 2018 17:11:29 +0000 Subject: [PATCH] Include Bootstrap badge component --- gui/app/styles/bootstrap.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/app/styles/bootstrap.scss b/gui/app/styles/bootstrap.scss index d2b06e58..c69685c3 100644 --- a/gui/app/styles/bootstrap.scss +++ b/gui/app/styles/bootstrap.scss @@ -100,6 +100,7 @@ $link-hover-decoration: none; @import "node_modules/bootstrap/scss/popover"; @import "node_modules/bootstrap/scss/tooltip"; @import "node_modules/bootstrap/scss/tables"; +@import "node_modules/bootstrap/scss/badge"; // @import "node_modules/bootstrap/scss/navbar"; // @import "node_modules/bootstrap/scss/images";