mdb-ui-kit/docs/assets/scss/bmd/_page-header.scss

17 lines
298 B
SCSS
Raw Normal View History

2016-08-02 20:55:25 +03:00
.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;
}
}
}