Login form setup
This commit is contained in:
+7
-2
@@ -118,13 +118,18 @@ body {
|
|||||||
margin: 0 5% 0 45%;
|
margin: 0 5% 0 45%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.login-form .btn {
|
||||||
|
height: 52px;
|
||||||
|
margin: 8px 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.form-group {
|
.form-group {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 52px 90%;
|
grid-template-columns: 52px 90%;
|
||||||
/* width: 100%; */
|
/* width: 100%; */
|
||||||
height: 52px;
|
height: 52px;
|
||||||
margin: 7px 0;
|
margin: 8px 0;
|
||||||
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user