Fix meganav font scope issue, remove project specific fixes
This commit is contained in:
parent
c80298d497
commit
818fffce39
|
@ -15,17 +15,6 @@ body {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
// add margin-left to the Mega Nav button
|
|
||||||
// this will be fixed and removed later and addressed in the source
|
|
||||||
.mega-nav-sandbox .mega-nav-ctrl { margin-left: 5px;}
|
|
||||||
.mega-nav-banner * { font-family: $font-family-klavika; }
|
|
||||||
.mega-nav-sandbox .mega-nav-tagline { font-weight: 300; }
|
|
||||||
// heading padding-left: 1em causes inconsistent padding in the meganav body
|
|
||||||
// project-specifc fix below normalizes
|
|
||||||
@media (min-width: 992px) {
|
|
||||||
.mega-nav-sandbox .mega-nav-h1, .mega-nav-h2 { padding-left: 0px !important; }
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-family: $font-family-klavika;
|
font-family: $font-family-klavika;
|
||||||
|
@ -56,7 +45,6 @@ h4 {
|
||||||
p {
|
p {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: $font-family-open-sans;
|
|
||||||
font-weight: regular;
|
font-weight: regular;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue