diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-07 10:21:55 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-07 10:21:55 -0400 |
| commit | ac63044fad5968cca83108f6dd3015ef657840bd (patch) | |
| tree | a333bd98a2c485a664243357e0d95f2035751a0a /src/client/views/collections/CollectionBaseView.scss | |
| parent | e48d8cf57d8bb666234c844c6a37a732f4e682f0 (diff) | |
fixed some pinterest layout issues.
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 |
