zmiany ux

This commit is contained in:
Mateusz Gruszczyński
2025-10-09 20:32:49 +02:00
parent ee2f498744
commit 90b9c8d462
7 changed files with 14 additions and 33 deletions

View File

@@ -387,4 +387,11 @@ 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);
}