|
|
|
@ -1767,6 +1767,23 @@ progress {
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.compress-cell-w > :not(caption) > * > * {
|
|
|
|
|
padding-left: 7px !important;
|
|
|
|
|
padding-right: 7px !important;
|
|
|
|
|
}
|
|
|
|
|
table.compress-cell-h > :not(caption) > * > * {
|
|
|
|
|
padding-top: 4px !important;
|
|
|
|
|
padding-bottom: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.compress-cell > :not(caption) > * > * {
|
|
|
|
|
padding-left: 7px !important;
|
|
|
|
|
padding-right: 7px !important;
|
|
|
|
|
padding-top: 4px !important;
|
|
|
|
|
padding-bottom: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table > tbody {
|
|
|
|
|
vertical-align: inherit;
|
|
|
|
|
}
|
|
|
|
@ -11115,10 +11132,18 @@ button.list-group-item-gray.active {
|
|
|
|
|
min-width: 100vw !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-px-10 {
|
|
|
|
|
height: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-px-20 {
|
|
|
|
|
height: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-px-25 {
|
|
|
|
|
height: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-px-30 {
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
}
|
|
|
|
|