zmiany ux

This commit is contained in:
Mateusz Gruszczyński
2025-10-09 21:33:22 +02:00
parent 4de192b865
commit d844d354fa
2 changed files with 8 additions and 15 deletions

View File

@@ -387,11 +387,4 @@ select.form-select:focus {
border: 0;
border-top: 1px dashed rgba(255, 255, 255, 0.2);
margin: 10px 0;
}
.btn-outline-light.custom-hover {
transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn-outline-light.custom-hover:hover {
box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}