diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-24 17:24:28 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-24 17:24:28 -0400 |
| commit | 4c9c8375dc5f36f29cc38ba79b379b7a75e4a1a5 (patch) | |
| tree | d5a019a0f82d7d8b0c758553067e42ca04ef8c2f /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | b82616ee5e6158a5bd787bc2675c51db3962fc8b (diff) | |
Added custom views to layout scripts
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 00407d39a..cca199afa 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -19,6 +19,11 @@ transform-origin: left top; } +.collectionFreeform-customText { + position: absolute; + text-align: center; +} + .collectionfreeformview-container { .collectionfreeformview>.jsx-parser { position: inherit; |
