datamad2017/_sass/partials/_top-section.scss
2014-08-29 17:57:46 +03:00

32 lines
No EOL
665 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: relative;
left: 26px;
margin: 200px 0 0 0;
color: #fff;
background: 0;
@media (max-width: 767px) {
left: 13px;
margin-top: 100px;
padding-left: 0;
padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
padding-bottom: 0;
}
}