diff options
-rw-r--r-- | src/client/views/_global_variables.scss | 2 | ||||
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss index b448d43f0..44a819b79 100644 --- a/src/client/views/_global_variables.scss +++ b/src/client/views/_global_variables.scss @@ -5,7 +5,7 @@ $light-color-secondary: rgb(241, 239, 235); $main-accent: #61aaa3; // $alt-accent: #cdd5ec; // $alt-accent: #cdeceb; -$alt-accent: #f9e1db; +$alt-accent: #59dff7; $lighter-alt-accent: rgb(207, 220, 240); $intermediate-color: #9c9396; $dark-color: #121721; diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index a00c01898..9c7a03b52 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -9,9 +9,9 @@ //nested freeform views .collectionfreeformview-container { - background-image: linear-gradient(to right, $light-color-secondary 1px, transparent 1px), - linear-gradient(to bottom, $light-color-secondary 1px, transparent 1px); - background-size: 30px 30px; + // background-image: linear-gradient(to right, $light-color-secondary 1px, transparent 1px), + // linear-gradient(to bottom, $light-color-secondary 1px, transparent 1px); + // background-size: 30px 30px; } border: 0px solid $light-color-secondary; @@ -44,14 +44,13 @@ position:absolute; border: 0px solid transparent; border-radius: $border-radius; + overflow: hidden; box-sizing: border-box; top: 0; left: 0; width: 100%; height: 100%; - overflow: hidden; .collectionfreeformview { - overflow: hidden; .collectionfreeformview > .jsx-parser{ position:absolute; height: 100%; @@ -60,8 +59,9 @@ background:yellow; } - border-style: solid; - box-sizing: border-box; + // overflow: hidden; + // border-style: solid; + // box-sizing: border-box; position: absolute; top: 0; left: 0; |