datamad2017/_sass/partials/_top-section.scss
2014-08-18 13:10:01 +03:00

31 lines
No EOL
621 B
SCSS

.top-section {
position: relative;
min-height: 400px;
padding-top: 0;
background: $base-section-background-color;
@media (max-width: 767px) {
min-height: 200px;
padding: 0;
}
.gradient-overlay {
opacity: 0;
}
&.enable-overlay .gradient-overlay {
opacity: 1;
}
}
.jumbotron {
position: absolute;
bottom: 0;
left: 26px;
margin: 0;
color: #fff;
background: 0;
@media (max-width: 767px) {
position: relative;
left: 13px;
margin-top: 100px;
padding-left: 0;
padding-bottom: 5px;
}
}