diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-16 10:46:32 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-16 10:46:32 -0500 |
| commit | e703ad6350a65403b0693542069199aa3a777dfd (patch) | |
| tree | ed746f120dbdbf9b1809bcf0309a204954106146 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 9c3acfbd6ad518cd1afcc05a521480d93c07f13a (diff) | |
fixed styling of freeformview placeholder
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index f8a9e49d8..45eefe6d3 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -28,6 +28,14 @@ // touch action none means that the browser will handle none of the touch actions. this allows us to implement our own actions. touch-action: none; + .collectionfreeformview-placeholderSpan { + font-size: 32; + background: gray; + margin: auto; + display: flex; + text-align: center; + } + .collectionfreeformview>.jsx-parser { position: inherit; height: 100%; |
