mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-16 06:37:02 +03:00
17 lines
298 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|