mdb-ui-kit/docs/assets/scss/bmd/_masthead.scss
2016-08-04 18:45:13 +02:00

20 lines
373 B
SCSS

.bd-masthead {
background-image: linear-gradient(rgba(66, 66, 167, 0.2),rgba(57, 57, 152, 0.4)), url("../assets/img/bg.jpg");
background-position: center top;
background-size: cover;
.bd-booticon {
color: #fff;
}
.cb {
margin-bottom: -2rem !important;
}
@include media-breakpoint-up(sm) {
.cb {
margin-bottom: 0 !important;
}
}
}