added more headers
This commit is contained in:
+11
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user