[O] Add some margins to the input bars

This commit is contained in:
Hykilpikonna
2019-08-17 13:49:02 +08:00
parent 851503edc6
commit 80409bd753
+10
View File
@@ -0,0 +1,10 @@
// Parent div for login
#login
{
// Input bars
.el-input
{
margin: 5px 0;
}
}