diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 15:22:16 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 15:22:16 -0400 |
| commit | 98d01d622bb4f7093967d7040021f316d2faeaf8 (patch) | |
| tree | 9a7cbe27663461b754da053003af433fc6b4bb44 /src/client/views/AntimodeMenu.scss | |
| parent | 7b6de64a1244ba0944edf8301a7adc2cb1445f8a (diff) | |
| parent | c7a0a346238c55b8c223798f75cef758418aa051 (diff) | |
Merge branch 'master' into linking-anh
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index 468ee838d..0e3ac4716 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; display: flex; |
