clean unused templates

added .env file to git because of the reason :)
This commit is contained in:
2025-07-30 19:39:39 +03:00
parent 2d0d33d525
commit 135da0ade1
35 changed files with 150 additions and 5150 deletions
+2 -2
View File
@@ -102,9 +102,9 @@ button.btn-secondary:hover{
}
.btn.active {
background-color: #0d6efd;
background-color: #a57d52;
color: #fff;
border-color: #0d6efd;
border-color: #a57d52;
}
+15
View File
@@ -103,6 +103,21 @@ table tr:last-child td {
margin: 0 10px;
font-weight: bold;
}
.selectable-row {
cursor: pointer;
}
.selected-row {
background-color: #EDDECB;
}
.btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
.status {
display: inline-block;
padding: 4px 8px;