Remove unused Grayscale theme definition in Style
Removed: * .light * .download-section * #map
This commit is contained in:
parent
feaaf4f868
commit
892680a041
1 changed files with 0 additions and 19 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue