1
0

First functional prototype

This commit is contained in:
Julius Gruber
2019-08-07 17:57:31 +02:00
parent 92989a618a
commit 68968ca70a
20 changed files with 293 additions and 25 deletions

View File

@@ -1,13 +0,0 @@
.form-login .form-control:focus {
z-index: 2;
}
.form-login input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}