N°2315 - Login screen extensibility API refactor

This commit is contained in:
Eric
2019-10-25 14:35:24 +02:00
parent dcb46990c2
commit bec4dbafd2
6 changed files with 10 additions and 11 deletions

View File

@@ -4,11 +4,6 @@ html,body {
height: 100%;
}
#login-title {
width: 70%;
margin-left: 15%;
}
h1 {
color: #1C94C4;
font-size: 16pt;
@@ -26,6 +21,11 @@ a:hover {
color: #ea7d1e;
}
#login-title {
width: 70%;
margin-left: 15%;
}
#login-body {
background: #eee;
margin: 0;
@@ -133,6 +133,7 @@ a:hover {
border-radius: 0.25em;
width: calc(100% - 2em - 4px);
}
#login-input input:focus {
border-color: #A0AEC0;
}
@@ -160,7 +161,6 @@ a:hover {
cursor: pointer;
}
.center {
text-align: center;
}