aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-15 18:14:28 -0400
committerbob <bcz@cs.brown.edu>2019-03-15 18:14:28 -0400
commit914114aaffbbd492f68c5e580acf6a28f43dc2c7 (patch)
tree84b985b7c6e576bae15c5238b57bd83b450cd87f /src
parent487a74d28501cbdc86f0d02fef656754ed22ae19 (diff)
fixed freeformview background
Diffstat (limited to 'src')
-rw-r--r--src/client/views/_global_variables.scss2
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss14
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;