zmiany w css

This commit is contained in:
Mateusz Gruszczyński
2025-07-09 11:32:11 +02:00
parent fc233e22a8
commit 172d78c006
3 changed files with 34 additions and 13 deletions

View File

@@ -12,6 +12,30 @@
background-color: #1e7e34 !important;
}
.btn-outline-light:hover {
background-color: #ffc107 !important;
color: #000 !important;
border-color: #ffc107 !important;
}
.progress-dark {
background-color: #212529;
border-radius: 20px !important;
overflow: hidden;
}
.progress-bar {
border-radius: 20px !important;
transition: width 0.4s ease;
flex-direction: column;
justify-content: center;
white-space: nowrap;
}
.progress-thin {
height: 12px;
}
.item-not-checked {
background-color: #2c2f33 !important;
color: white !important;