From 5121aec6eecf25570bf25a2b935b907345703cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sun, 24 Nov 2019 21:25:40 +0100 Subject: [PATCH] Issue form styling --- src/components/Movie.vue | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/components/Movie.vue b/src/components/Movie.vue index d435465..9cec538 100644 --- a/src/components/Movie.vue +++ b/src/components/Movie.vue @@ -482,4 +482,24 @@ export default { } } } + +.issueForm { + // padding: 40px; + + .issueOptions { + margin-top: 1rem; + } + + .seasonOptions { + margin-top: 2rem; + + h2 { + margin-bottom: 1rem; + } + + > :not(h2) { + margin-left: 1rem; + } + } +}