Update Bootstrap to version 5.3.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-03-29 21:00:25 +01:00
parent 0a5649fcb9
commit d087c5629d
4 changed files with 10132 additions and 3173 deletions

View File

@ -1,14 +1,14 @@
html, html,
body { body {
height: 100%; height: 100%;
} }
body { body {
display: flex; display: flex;
align-items: center; align-items: center;
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
/* background-color: #f5f5f5; */ /* background-color: #f5f5f5; */
} }
/* background */ /* background */
@ -26,50 +26,57 @@ body {
} }
.form-signin { .form-signin {
width: 100%; width: 100%;
max-width: 330px; max-width: 330px;
padding: 15px; padding: 15px;
margin: auto; margin: auto;
} }
.form-signin .checkbox { .form-signin .checkbox {
font-weight: 400; font-weight: 400;
} }
.form-signin .form-floating:focus-within { .form-signin .form-floating:focus-within {
z-index: 2; z-index: 2;
} }
.form-floating:first-child input { .form-floating:first-child input {
margin-bottom: -1px; margin-bottom: -1px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.form-floating:not(:first-child):not(:last-child) input { .form-floating:not(:first-child):not(:last-child) input {
margin-bottom: -1px; margin-bottom: -1px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.form-floating:last-child input { .form-floating:last-child input {
margin-bottom: 10px; margin-bottom: 10px;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.form-control { .form-control {
background-color: var(--bs-gray-700); background-color: var(--bs-gray-700);
color: var(--bs-gray-100); color: var(--bs-gray-100);
} }
.form-control:focus { .form-control:focus {
background-color: var(--bs-gray-600); background-color: var(--bs-gray-600);
color: var(--bs-gray-100); color: var(--bs-gray-100);
} }
.text-muted { .text-muted {
color: #c6c4c4 !important; color: #c6c4c4 !important;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
background-color: unset !important;
} }

View File

@ -12,4 +12,12 @@ body {
.page_body { .page_body {
padding: 3rem; padding: 3rem;
overflow-y: scroll; overflow-y: scroll;
}
.nav-link.link-dark {
color: white !important;
}
.form-control::placeholder {
color: #555;
} }

6921
assets/css/bootstrap.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long