mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
32 lines
328 B
SCSS
32 lines
328 B
SCSS
.table {
|
|
th {
|
|
padding-top: .5rem;
|
|
padding-bottom: .5rem;
|
|
font-weight: 400;
|
|
color: $text-muted-light;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
.table-md {
|
|
th,
|
|
td {
|
|
padding: .5rem;
|
|
}
|
|
}
|
|
|
|
.table-vcenter {
|
|
td,
|
|
th {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
.table-center {
|
|
td,
|
|
th {
|
|
text-align: center;
|
|
}
|
|
}
|