publik-base-theme/static/includes/gadjo-extra.scss

30 lines
635 B
SCSS

$widget-focus-outline: none;
$widget-border: 1px solid #AAA;
$table-wrapper-background: white;
$table-caption-color: inherit;
$table-headers-background: #f7f7f7;
$table-headers-color: inherit;
$table-headers-font-style: inherit;
$table-headers-font-size: inherit;
$table-headers-font-weight: 600;
$table-headers-text-transform: inherit;
$table-headers-font-family: inherit;
$zebra-color: hsla(0, 0%, 0%, 0.06) !default;
@import 'utils';
@import 'table';
@import 'wcs/evaluation';
table.pk-data-table {
tr:hover td {
background: #dde;
}
th, td {
text-align: left;
border-bottom: 1px solid #f3f3f3;
padding: 1em 1ex;
}
}