From ae27a1eea6805cfff8bbb150e6f394260bc4dd17 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 11 Mar 2021 16:39:05 +0100 Subject: start footnot editor --- .../frontend/app/views/editor/footnotes/footnotes.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 animism-align/frontend/app/views/editor/footnotes/footnotes.css (limited to 'animism-align/frontend/app/views/editor/footnotes/footnotes.css') diff --git a/animism-align/frontend/app/views/editor/footnotes/footnotes.css b/animism-align/frontend/app/views/editor/footnotes/footnotes.css new file mode 100644 index 0000000..e7eb790 --- /dev/null +++ b/animism-align/frontend/app/views/editor/footnotes/footnotes.css @@ -0,0 +1,16 @@ +.footnote-form { + display: flex; + justify-content: flex-start; + align-items: flex-start; +} +.footnote-index { + width: 80px; + text-align: right; + margin: 0; + padding: 0 1rem 0 0; +} +.footnote-text { + padding: 0 0 0.5rem 0; + flex: 1; + max-width: 500px; +} -- cgit v1.2.3-70-g09d2