ba5ab56dba
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
20 lines
481 B
CSS
20 lines
481 B
CSS
div.v-dialog table.v-table thead th,
|
|
div.v-dialog table.v-table tbody td,
|
|
div.v-dialog table.v-table tfoot td {
|
|
padding: 0 16px;
|
|
}
|
|
|
|
table.v-table tbody td,
|
|
table.v-table tbody td input,
|
|
table.v-table tbody td label.v-label,
|
|
table.v-table tfoot td,
|
|
table.v-table tfoot td input,
|
|
table.v-table tfoot td label.v-label {
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
}
|
|
|
|
table.v-table tbody td div.v-input__slot,
|
|
table.v-table tfoot td div.v-input__slot {
|
|
padding: 0 !important;
|
|
}
|