67b797a2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 14ce1927
......@@ -15117,7 +15117,7 @@ body {
max-width: 100vw;
padding: 0px 34px;
margin: auto;
left: -100%;
left: calc(-100% - 34px);
margin-top: 10px;
min-height: 100vh;
background-color: #F0F0F0;
......@@ -18989,6 +18989,11 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p
border-radius: 20px 0px 0px 20px;
display: none;
}
@media only screen and (max-width: 400px) {
.swiper-button-next {
right: -10px !important;
}
}
.swiper-button-next:after {
content: "" !important;
width: 11px;
......
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.
......@@ -108,7 +108,9 @@ padding: 0px 50px;
background-color: #EE0000;
right: 5px !important;
@media only screen and (max-width:400px) {
right: -10px !important;
}
width:35px !important;
height:35px !important;
border: 0px solid #EE0000;
......
......@@ -149,7 +149,7 @@
max-width:100vw;
padding: 0px 34px;
margin: auto;
left: -100%;
left: calc(-100% - 34px);
margin-top: 10px;
min-height: 100vh;
background-color: #F0F0F0;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.15
Version: 1.0.16
*/
......