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/CollectionStackingView.scss | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
Standardizing Colors, changing global CSS variables
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index 9f56a0c0e..f103d9581 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -1,4 +1,4 @@ -@import "../globalCssVariables"; +@import "../global/globalCssVariables"; .collectionMasonryView { display: inline; @@ -97,7 +97,7 @@ width: 100%; font-family: $sans-serif; background: $dark-color; - color: $light-color; + color: $white; } .collectionStackingView-columnDragger { @@ -128,7 +128,7 @@ margin-left: 2px; margin-right: 2px; margin-top: 2px; - background: $main-accent; + background: $medium-gray; height: 5px; &.active { @@ -180,11 +180,11 @@ .collectionStackingView-sectionHeader { text-align: center; margin: auto; - background: $main-accent; + background: $medium-gray; // overflow: hidden; overflow is visible so the color menu isn't hidden -ftong .editableView-input { - color: black; + color: $dark-color; } .editableView-input:hover, @@ -205,7 +205,7 @@ display: flex; align-items: center; justify-content: center; - color: black; + color: $dark-color; .editableView-container-editing-oneLine, .editableView-container-editing { |
