Remove unused Grayscale theme definition in Style

Removed:
* .light
* .download-section
* #map
This commit is contained in:
Jorge Arias 2015-11-11 02:13:49 -03:00
parent feaaf4f868
commit 892680a041

View file

@ -53,10 +53,6 @@ a {
} }
} }
.light {
font-weight: 400;
}
.navbar-custom { .navbar-custom {
margin-bottom: 0; margin-bottom: 0;
border-bottom: 1px solid rgba($light, 0.3); border-bottom: 1px solid rgba($light, 0.3);
@ -205,25 +201,10 @@ a {
padding-top: 100px; padding-top: 100px;
} }
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media(min-width:767px) { @media(min-width:767px) {
.content-section { .content-section {
padding-top: 250px; padding-top: 250px;
} }
.download-section {
padding: 100px 0;
}
#map {
height: 400px;
margin-top: 250px;
}
} }
.btn { .btn {