4f76e728 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bf33e834
......@@ -16382,6 +16382,7 @@ body {
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
left: 0;
box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
position: fixed;
......@@ -18421,13 +18422,13 @@ ul.sf_date_field .sf-datepicker {
@media screen and (max-width: 56.25rem) {
#advance-search-modal {
margin-top: 0rem;
z-index: 99;
z-index: 98;
}
}
@media screen and (max-width: 49.125rem) {
#advance-search-modal {
margin-top: 6rem;
z-index: 99;
z-index: 98;
}
}
#advance-search-modal .select2-selection__rendered {
......@@ -20218,6 +20219,11 @@ ul.sf_date_field .sf-datepicker {
margin-bottom: 1.875rem;
padding: 0rem 3.125rem;
}
@media only screen and (max-width: 48.875rem) {
.carousel:not(.is-admin) {
padding-right: 30px !important;
}
}
.carousel-items {
text-align: center;
......
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.
......@@ -23,7 +23,10 @@
margin-top: 1.875rem;
margin-bottom: 1.875rem;
padding: 0rem 3.125rem;
@media only screen and (max-width: 48.875rem) {
padding-right: 30px !important;
//margin-right: -20px !important;
}
}
.carousel-items {
......@@ -37,6 +40,7 @@
margin: 0 auto;
overflow: hidden;
}
.carousel-content{
padding: 0rem 3.125rem;
......
......@@ -1328,6 +1328,8 @@
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
left: 0;
box-shadow: inset 0 0.1875rem 0.375rem rgba(0,0,0,.1607843137);
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
position: fixed;
......
......@@ -494,11 +494,11 @@ ul.sf_date_field {
margin-top: 1%;
@media screen and (max-width: 56.25rem) {
margin-top: 0rem;
z-index: 99;
z-index: 98;
}
@media screen and (max-width: 49.125rem) {
margin-top: 6rem;
z-index: 99;
z-index: 98;
}
.select2-selection__rendered{
margin-right: 0px;
......