diff options
| author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:40 -0400 |
|---|---|---|
| committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:40 -0400 |
| commit | 444f970365a4280376e929e78c16090f6ae92739 (patch) | |
| tree | 8b8a1412e9cad8f508234dcf71043a7cedbc2fc4 /src/client/views/collections/CollectionBaseView.scss | |
| parent | 64ffa0accfc872c81035079527952aabaf56c6f6 (diff) | |
| parent | 219cabb3fe42ab199550efc3423b7aaed4e1ee93 (diff) | |
merged with master
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 |
