aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-12-16 10:46:32 -0500
committerbob <bcz@cs.brown.edu>2019-12-16 10:46:32 -0500
commite703ad6350a65403b0693542069199aa3a777dfd (patch)
treeed746f120dbdbf9b1809bcf0309a204954106146 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
parent9c3acfbd6ad518cd1afcc05a521480d93c07f13a (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.scss8
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%;