de359087 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7e67233d
......@@ -16852,6 +16852,17 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
background-color: #669999 !important;
}
@media only screen and (max-width: 48.875rem) {
.mega-menu-title {
font-size: 18px !important;
}
.mega-menu-description {
font-size: 16px !important;
}
.break-here .mega-menu-title {
font-size: 20px !important;
}
}
.site-title {
font-size: 2.1875rem;
line-height: 3.125rem;
......@@ -16882,7 +16893,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
}
@media only screen and (max-width: 48.875rem) {
.branding .navbar-brand {
margin-right: 15px;
margin-right: 20px;
width: 119px;
height: 60px;
}
......@@ -16913,6 +16924,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
font-size: 1.25rem;
line-height: 1.5rem;
margin-left: 0rem;
padding-left: 1.2rem;
}
.navbar-brand {
width: 8.125rem;
......@@ -17688,10 +17700,22 @@ p {
line-height: 3.25rem;
margin-bottom: 1.5rem;
}
@media only screen and (max-width: 48.875rem) {
.entry-content h1, .entry-content .h1 {
font-size: 35px;
line-height: 40px;
}
}
.entry-content h2, .entry-content .h2 {
font-size: 2.1875rem;
line-height: 2.625rem;
}
@media only screen and (max-width: 48.875rem) {
.entry-content h2, .entry-content .h2 {
font-size: 29px;
line-height: 36px;
}
}
.entry-content h3, .entry-content .h3 {
font-size: 1.5rem;
line-height: 1.875rem;
......@@ -19268,6 +19292,7 @@ ul.sf_date_field .sf-datepicker {
@media only screen and (max-width: 48.875rem) {
.home-header .search-box {
padding: 1.75rem 3rem;
max-width: calc(100% - 20px);
}
}
.home-header .search-box h4, .home-header .search-box .h4 {
......@@ -20342,11 +20367,17 @@ ul.sf_date_field .sf-datepicker {
margin-left: 1.25rem;
margin-left: 1.25rem;
text-align: left;
font-size: 1rem;
line-height: 1.5rem;
text-align: left;
}
@media only screen and (max-width: 48.875rem) {
.promo-carousel .promo-text {
margin-left: 0rem;
margin-top: 1.25rem;
font-size: 16px;
line-height: 1.5rem;
text-align: left;
}
}
.promo-carousel .understrap-read-more-link {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -20691,7 +20691,7 @@
listWrapper2.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[0].classList.add(isBtVisible);
}, 500);
}, 1000);
}
});
}
......@@ -20708,7 +20708,7 @@
listWrapper3.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[1].classList.add(isBtVisible);
}, 500);
}, 1000);
} else if (parent.tagName.toLowerCase() === "a" && parent.nextElementSibling) {
const siblingList = parent.nextElementSibling;
e.preventDefault();
......@@ -20719,7 +20719,7 @@
listWrapper3.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[1].classList.add(isBtVisible);
}, 500);
}, 1000);
}
});
for (const backOneLevelBtn of backOneLevelBtns) {
......@@ -20730,6 +20730,12 @@
parent.classList.remove(isVisibleClass);
this.classList.remove(isBtVisible);
this.classList.remove(isBtVisible);
setTimeout(() => {
parent.scrollTo({
top: 0,
behavior: 'smooth'
});
}, 1000);
});
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -35,7 +35,7 @@ for (const level1Link of level1Links) {
listWrapper2.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[0].classList.add(isBtVisible);
}, 500);
}, 1000);
}
});
}
......@@ -53,7 +53,7 @@ listWrapper2.addEventListener("click", function (e) {
listWrapper3.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[1].classList.add(isBtVisible);
}, 500);
}, 1000);
}else if (parent.tagName.toLowerCase() === "a" && parent.nextElementSibling) {
const siblingList = parent.nextElementSibling;
e.preventDefault();
......@@ -64,7 +64,7 @@ listWrapper2.addEventListener("click", function (e) {
listWrapper3.classList.add(isVisibleClass);
setTimeout(() => {
backOneLevelBtns[1].classList.add(isBtVisible);
}, 500);
}, 1000);
}
});
......@@ -76,6 +76,9 @@ for (const backOneLevelBtn of backOneLevelBtns) {
parent.classList.remove(isVisibleClass);
this.classList.remove(isBtVisible);
this.classList.remove(isBtVisible);
setTimeout(() => {
parent.scrollTo({ top: 0, behavior: 'smooth' } );
}, 1000);
});
}
\ No newline at end of file
......
......@@ -74,9 +74,15 @@ padding: 0rem 3.125rem;
margin-left: 1.25rem;
margin-left: 1.25rem;
text-align: left;
font-size: 1rem;
line-height: 1.5rem;
text-align: left;
@media only screen and (max-width: 48.875rem) {
margin-left: 0rem;
margin-top: 1.25rem;
font-size: 16px;
line-height: 1.5rem;
text-align: left;
}
}
.understrap-read-more-link{
......
......@@ -35,10 +35,18 @@ h1 {
font-size: 2.8125rem;
line-height: 3.25rem;
margin-bottom: 1.5rem;
@media only screen and (max-width: 48.875rem) {
font-size: 35px;
line-height: 40px;
}
}
h2{
font-size: 2.1875rem;
line-height: 2.625rem;
@media only screen and (max-width: 48.875rem) {
font-size: 29px;
line-height: 36px;
}
}
h3 {
font-size: 1.5rem;
......
......@@ -52,6 +52,7 @@
padding: 2.625rem 3.125rem ;
@media only screen and (max-width: 48.875rem) {
padding: 1.75rem 3rem ;
max-width: calc(100% - 20px);
}
h4{
......
......@@ -29,7 +29,7 @@
height: 70px;
// display: inline-block;
@media only screen and (max-width: 48.875rem) {
margin-right:15px ;
margin-right:20px ;
width: 119px;
height: 60px;
}
......@@ -60,6 +60,7 @@
font-size: 1.25rem;
line-height: 1.5rem;
margin-left: 0rem;
padding-left: 1.2rem;
}
.navbar-brand{
......
......@@ -436,4 +436,18 @@
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a{
background-color: #669999 !important;
}
\ No newline at end of file
}
@media only screen and (max-width: 48.875rem) {
.mega-menu-title{
font-size: 18px !important;
}
.mega-menu-description{
font-size: 16px !important;
}
.break-here{
.mega-menu-title{
font-size: 20px !important;
}
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.495
Version: 1.0.496
*/
......