katoikia-app/web-ui/web-react/src/assets/demo/TableDemo.scss

17 lines
234 B
SCSS
Raw Normal View History

2022-07-06 04:15:11 +00:00
.table-demo {
2022-07-25 04:38:48 +00:00
.p-datatable-frozen-tbody {
font-weight: bold;
}
2022-07-06 04:15:11 +00:00
2022-07-25 04:38:48 +00:00
.p-datatable-scrollable {
.p-frozen-column {
font-weight: bold;
2022-07-06 04:15:11 +00:00
}
2022-07-25 04:38:48 +00:00
}
2022-07-06 04:15:11 +00:00
2022-07-25 04:38:48 +00:00
.image-text {
vertical-align: middle;
margin-left: 0.5rem;
}
2022-07-06 04:15:11 +00:00
}