From dba1e7b5898c8135432beb1130ac2d6fa858fc38 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 24 Sep 2020 13:12:25 -0700 Subject: [PATCH] Creating background color utility --- stylesheets/sidebar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/sidebar.scss b/stylesheets/sidebar.scss index d96091352a..c6b89ba347 100644 --- a/stylesheets/sidebar.scss +++ b/stylesheets/sidebar.scss @@ -13,6 +13,10 @@ } } +.sidebar-background-color { + background-color: $blue-900; +} + .sidebar-products > li { margin: 4px 0; }