fix(keycloak): login theme css

darta 2022-02-01 10:59:39 +00:00
parent 52670dd5fa
commit d87800193c
1 changed files with 1 additions and 12 deletions

View File

@ -194,13 +194,6 @@ body {
box-shadow: none;
}
@media (max-width: 767px) {
.login-pf-page .card-pf {
min-width: inherit;
}
}
.form-control {
border-radius: 0;
border: 1px solid #ced4da;
@ -289,8 +282,4 @@ footer#page-footer .container2 {
footer#page-footer .container2 a {
color: #343a40;
}
footer#page-footer span.pipe {
margin: 0 6px;
}
}