zmiany w serwowaniu staticow

This commit is contained in:
Mateusz Gruszczyński
2025-07-05 11:45:17 +02:00
parent 2ac2266215
commit d0b6d939c0
6 changed files with 61 additions and 52 deletions

31
static/css/style.css Normal file
View File

@ -0,0 +1,31 @@
.large-checkbox {
width: 1.5em;
height: 1.5em;
}
.clickable-item {
cursor: pointer;
}
.bg-success {
background-color: #1e7e34 !important;
}
.bg-light {
background-color: #2c2f33 !important;
}
input[type="file"]::file-selector-button {
background-color: #127429;
color: #fff;
border: none;
padding: 0.5em 1em;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background 0.2s;
}
.bg-success {
background-color: #1e7e34 !important;
}
.bg-light {
background-color: #2c2f33 !important;
}