[O] Add some margins to the input bars
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
// Parent div for login
|
||||
#login
|
||||
{
|
||||
// Input bars
|
||||
.el-input
|
||||
{
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user