Added labels and aria properties for username and password input in idp service

This commit is contained in:
JanAckermann
2021-03-12 11:33:43 +01:00
parent f2dcc93e31
commit c586443609
7 changed files with 132 additions and 75 deletions
+15
View File
@@ -53,6 +53,17 @@ strong {
font-size: 1rem;
}
.oc-label {
color: #fff;
display: inline-block;
margin-bottom: 5px;
}
.oc-input.error {
outline: none;
border: 1px solid #f44336;
}
.oc-input:focus {
outline: none;
border: 1px solid #fff;
@@ -112,3 +123,7 @@ strong {
.oc-light {
color: #fff !important;
}
.oc-login-form div:not(:last-of-type) {
margin-bottom: 15px;
}