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; + } +}