mdb-ui-kit/docs/assets/scss/bmd/_masthead.scss

20 lines
371 B
SCSS
Raw Normal View History

2016-08-01 16:15:53 +03:00
.bd-masthead {
2016-08-04 15:58:23 +03:00
background-image: linear-gradient(rgba(66, 66, 167, 0.2),rgba(57, 57, 152, 0.4)), url(../assets/img/bg.jpg);
2016-08-03 11:58:00 +03:00
background-position: center top;
2016-08-03 14:34:46 +03:00
background-size: cover;
2016-08-01 16:15:53 +03:00
.bd-booticon {
color: #fff;
}
2016-08-02 20:55:25 +03:00
.cb {
margin-bottom: -2rem !important;
}
@include media-breakpoint-up(sm) {
.cb {
margin-bottom: 0 !important;
}
}
}