aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-07-22 15:27:03 -0400
committerGitHub <noreply@github.com>2021-07-22 15:27:03 -0400
commit2b2329a928772b3e0d45fca1e99ef29116c582f2 (patch)
treea4486669d6850fa0137e15beb1abce4d933cfd7d /src/client/views/AntimodeMenu.scss
parent491fb6fc41792b1dfe7e3f9210b07a6b8e1eb0a7 (diff)
parentb4ad8cc62c51648c41f4b0ea2816f9086ed5c711 (diff)
Merge pull request #20 from brown-dash/Ashley
CSS Changes and standardization guidelines
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
-rw-r--r--src/client/views/AntimodeMenu.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss
index a275901be..2bac03af4 100644
--- a/src/client/views/AntimodeMenu.scss
+++ b/src/client/views/AntimodeMenu.scss
@@ -1,11 +1,11 @@
-@import "./globalCssVariables";
+@import "./global/globalCssVariables";
.antimodeMenu-cont {
position: absolute;
z-index: 10001;
height: $antimodemenu-height;
- background: #323232;
+ background: $dark-gray;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
// border-radius: 0px 6px 6px 6px;
z-index: 1001;