mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-20 04:43:58 +00:00
25 lines
306 B
SCSS
Vendored
25 lines
306 B
SCSS
Vendored
// Table sizing
|
|
|
|
.table-lg {
|
|
th,
|
|
td {
|
|
padding: ($table-cell-padding * 2) ($table-cell-padding * 1.5);
|
|
}
|
|
}
|
|
|
|
.table {
|
|
.sorting {
|
|
outline: none !important;
|
|
|
|
&::before {
|
|
right: 1.2rem !important;
|
|
}
|
|
}
|
|
|
|
&.align-middle {
|
|
th,
|
|
td {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
} |