added more headers

This commit is contained in:
2026-02-27 19:52:23 -06:00
parent 805f4835a3
commit 46357ee7e0
7 changed files with 37 additions and 17 deletions
+11 -3
View File
@@ -252,6 +252,11 @@ button:disabled {
width: 100%;
}
.total{
height: 35px;
flex-wrap: nowrap;
}
.buttonSearch {
background-color: #2563eb;
}
@@ -681,15 +686,14 @@ table td:last-child {
}
.toggleGroup {
min-height: 35px;
min-height: 30px;
}
.toggleButton {
font-weight: 400;
padding: 1rem 0.5rem;
min-width: 100px;
min-height: 35px;
min-height: 30px;
}
.gap {
@@ -709,6 +713,10 @@ table td:last-child {
padding: 0.7rem;
}
.total{
height: 30px;
}
}
@media (max-height: 960px) {