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; box-shadow: none;
} }
@media (max-width: 767px) {
.login-pf-page .card-pf {
min-width: inherit;
}
}
.form-control { .form-control {
border-radius: 0; border-radius: 0;
border: 1px solid #ced4da; border: 1px solid #ced4da;
@ -290,7 +283,3 @@ footer#page-footer .container2 {
footer#page-footer .container2 a { footer#page-footer .container2 a {
color: #343a40; color: #343a40;
} }
footer#page-footer span.pipe {
margin: 0 6px;
}