From 203ca83202e15c0fdae02b85970f5eaf74e45183 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 10 Mar 2020 01:00:05 +0100 Subject: [PATCH] Input elements in wine edit view now have label-div styling.. --- src/components/RegisterPage.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/RegisterPage.vue b/src/components/RegisterPage.vue index 761cbd5..fcae7d8 100644 --- a/src/components/RegisterPage.vue +++ b/src/components/RegisterPage.vue @@ -25,7 +25,7 @@ -
+
-
-
+
+
@@ -405,6 +405,15 @@ hr { align-items: flex-start; } +.wine-edit { + margin-top: 1.5rem; + + label { + margin-top: 0.75rem; + margin-bottom: 0; + } +} + .color-selector { margin-bottom: 0.65rem; margin-right: 1rem;