From 80409bd7536f9d4745be87eb0dfac2490b3b6ba5 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 17 Aug 2019 13:49:02 +0800 Subject: [PATCH] [O] Add some margins to the input bars --- src/components/login/login.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index e69de29..36264cf 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -0,0 +1,10 @@ + +// Parent div for login +#login +{ + // Input bars + .el-input + { + margin: 5px 0; + } +}