diff options
| author | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
|---|---|---|
| committer | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
| commit | 4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (patch) | |
| tree | 83d5b2b368ac58d1bca7a0bce81d538fe481dba6 /src/client/views/collections/CollectionDockingView.scss | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
Standardizing Colors, changing global CSS variables
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss index f4736eb29..6d5dc9b18 100644 --- a/src/client/views/collections/CollectionDockingView.scss +++ b/src/client/views/collections/CollectionDockingView.scss @@ -1,4 +1,4 @@ -@import "../../views/globalCssVariables.scss"; +@import "../../views/global/globalCssVariables.scss"; .lm_title { @@ -110,7 +110,7 @@ } .flexlayout__splitter { - background-color: black; + background-color: $dark-color; } .flexlayout__splitter:hover { @@ -179,7 +179,7 @@ position: absolute; box-sizing: border-box; background-color: #222; - color: black; + color: $dark-color; } .flexlayout__tab_button { @@ -268,7 +268,7 @@ } .flexlayout__tab_header_outer { - background-color: black; + background-color: $dark-color; position: absolute; left: 0; right: 0; @@ -332,28 +332,28 @@ } .flexlayout__border_top { - background-color: black; + background-color: $dark-color; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; } .flexlayout__border_bottom { - background-color: black; + background-color: $dark-color; border-top: 1px solid #333; box-sizing: border-box; overflow: hidden; } .flexlayout__border_left { - background-color: black; + background-color: $dark-color; border-right: 1px solid #333; box-sizing: border-box; overflow: hidden; } .flexlayout__border_right { - background-color: black; + background-color: $dark-color; border-left: 1px solid #333; box-sizing: border-box; overflow: hidden; |
