Update Bootstrap to version 5.3.3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a5649fcb9
commit
d087c5629d
@ -73,3 +73,10 @@ body {
|
||||
.text-muted {
|
||||
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;
|
||||
}
|
@ -13,3 +13,11 @@ body {
|
||||
padding: 3rem;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.nav-link.link-dark {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
color: #555;
|
||||
}
|
6915
assets/css/bootstrap.css
vendored
6915
assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
6315
assets/js/bootstrap.bundle.min.js
vendored
6315
assets/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user