Skip to content

Commit

Permalink
#3673 - Update dependencies
Browse files Browse the repository at this point in the history
- Fix login dialog style after bootstrap update
  • Loading branch information
reckart committed Jun 2, 2023
1 parent 1f511d8 commit 3a6bf19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
}

.login-form {
background: white;
padding: 3rem 3rem;
min-width: 440px;
max-width: 30%;
}
Expand All @@ -38,3 +36,7 @@
padding: 0.75rem 1rem !important;
border-radius: 2rem !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
background-color: unset !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<wicket:extend>
<div class="scrolling flex-content flex-h-container flex-centered">
<div class="flex-content flex-v-container flex-centered">
<div class="card hvr-shadow-radial login-form w-min-440px">
<div class="card hvr-shadow-radial bg-body p-5 login-form w-min-440px">
<div class="card-body container-sm">
<h5 class="card-title mb-3 text-center">
Welcome!
Expand Down

0 comments on commit 3a6bf19

Please sign in to comment.