diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-12 14:41:57 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-12 14:41:57 -0400 |
| commit | 188033d3b013326b3233cd9ce33793e7561e03a6 (patch) | |
| tree | ad5bd29dd114986c59697526b5d3202ed7be7c22 /src/client/views/collections/CollectionBaseView.scss | |
| parent | 9ec4a529dc886acca8f147cfe913e60f938f3bda (diff) | |
| parent | a638c12cde39a3ea5193a8038f72a55d706d9af8 (diff) | |
nice!
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionBaseView.scss b/src/client/views/collections/CollectionBaseView.scss new file mode 100644 index 000000000..1f5acb96a --- /dev/null +++ b/src/client/views/collections/CollectionBaseView.scss @@ -0,0 +1,11 @@ +@import "../globalCssVariables"; +#collectionBaseView { + border-width: 0; + box-shadow: $intermediate-color 0.2vw 0.2vw 0.8vw; + border-color: $light-color-secondary; + border-style: solid; + border-radius: 0 0 $border-radius $border-radius; + box-sizing: border-box; + border-radius: inherit; + pointer-events: all; +}
\ No newline at end of file |
