mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
14 lines
219 B
SCSS
14 lines
219 B
SCSS
.bootgrid-header {
|
|
padding: 0 !important;
|
|
margin: 0;
|
|
|
|
@include respond(phone) {
|
|
.actionBar {
|
|
padding: 0;
|
|
}
|
|
|
|
.search {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
}
|
|
} |