mdb-ui-kit/docs/assets/scss/bmd/_page-header.scss
2016-08-04 14:06:38 +02:00

21 lines
342 B
SCSS

.bd-pageheader {
&--no-bottom {
margin-bottom: 0;
}
@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;
}
}
}