From b524baf35b0ecb5ade3c24f057683c3ac7272eb1 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 11 Sep 2020 17:55:34 -0500 Subject: [PATCH] Added fillBrand style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - fillBrand style --- app/javascript/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/global.css b/app/javascript/styles/global.css index f00ead8e..3de12c24 100644 --- a/app/javascript/styles/global.css +++ b/app/javascript/styles/global.css @@ -270,6 +270,7 @@ pre { } .inheritFill { fill: inherit; } +.fillBrand { fill: var(--color_brand); } .flexNormal { flex-basis: 0%;