diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-03-18 14:07:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-18 14:07:18 -0400 |
| commit | 7d5bb60662dc6a879df261f9eafeda89d6574cd7 (patch) | |
| tree | 8275d70be6aa728de3fea9af76b9422464143227 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | 861614569c2d72e0ee9a6a698f3978f609a3b2bc (diff) | |
| parent | be117e38a63a558684baa69f719787f11dfc3be3 (diff) | |
Merge pull request #65 from browngraphicslab/authentication
Authentication
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index 79ca5fccd..11addc5a1 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -8,11 +8,11 @@ } //nested freeform views - //.collectionfreeformview-container { + // .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; - //} + // } border: 0px solid $light-color-secondary; border-radius: $border-radius; |
