mdb-ui-kit/docs/assets/scss/bmd/_page-header.scss
2016-08-02 19:55:25 +02:00

17 lines
298 B
SCSS

.bd-pageheader {
@include media-breakpoint-up(sm) {
.cb {
margin: 2rem 0 0 !important;
}
}
@include media-breakpoint-up(lg) {
.cb {
position: absolute;
top: 0;
right: .75rem; // offset from the .container's padding
margin: 0 !important;
}
}
}