Files
safekat/httpdocs/themes/focus2/scss/components/tables/_table-bootgrid.scss
2023-04-24 13:00:46 +02:00

14 lines
219 B
SCSS

.bootgrid-header {
padding: 0 !important;
margin: 0;
@include respond(phone) {
.actionBar {
padding: 0;
}
.search {
margin: 0 0 10px 0;
}
}
}