mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-16 19:50:37 +03:00
fixed css ad
This commit is contained in:
parent
d9c3f65eea
commit
cd0682b56d
|
@ -10,4 +10,14 @@
|
|||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.cb {
|
||||
margin-bottom: -2rem !important;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.cb {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
16
docs/assets/scss/bmd/_page-header.scss
Normal file
16
docs/assets/scss/bmd/_page-header.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -95,3 +95,4 @@ $bd-info: $brand-info; // #5bc0de;
|
|||
@import 'bmd/drawer';
|
||||
@import 'bmd/masthead';
|
||||
@import 'bmd/ads';
|
||||
@import 'bmd/page-header';
|
||||
|
|
Loading…
Reference in New Issue
Block a user