mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-16 14:47:14 +03:00
25 lines
432 B
SCSS
25 lines
432 B
SCSS
.bd-masthead {
|
|
background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg");
|
|
background-position: center top;
|
|
background-size: cover;
|
|
|
|
.bd-booticon {
|
|
color: #fff;
|
|
}
|
|
|
|
.btn {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.cb {
|
|
margin-bottom: -2rem !important;
|
|
}
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
.cb {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
}
|
|
}
|