This commit is contained in:
j3d1 2024-09-02 20:06:49 +02:00
parent 448c166507
commit 17bfb84a94
62 changed files with 62258 additions and 107 deletions

View file

@ -9,6 +9,11 @@
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control-lg {
height: initial;
min-height: calc(2.0875rem + 2px);