
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/base/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/styles/uikit/components/partials/base/_tables.scss |
/**
* Table Base
* Set base styles for table elements.
============================================================================ */
table {
padding: 0;
border: 0;
border-collapse: collapse;
caption {
@include output-rhythm(font-size, $medium * .875); // 14px
font-style: italic;
}
}
// tr, takes extensive styles if enabled in variables.scss.
tr {
border: $border-width $border-style;
}
// Align captions and cell content.
caption,
th,
td {
text-align: #{$flow-from};
}
// thead.
thead {
tr {
font-weight: $font-weight-semibold;
}
}
// tr, td and th border properties.
tr,
td,
th {
border: $border-width $border-style;
}
// td, th.
td,
th {
@include output-rhythm(padding, $xx-small);
vertical-align: middle;
}