4f76e728 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bf33e834
...@@ -16382,6 +16382,7 @@ body { ...@@ -16382,6 +16382,7 @@ body {
16382 } 16382 }
16383 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary { 16383 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
16384 left: 0; 16384 left: 0;
16385 box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
16385 } 16386 }
16386 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after { 16387 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
16387 position: fixed; 16388 position: fixed;
...@@ -18421,13 +18422,13 @@ ul.sf_date_field .sf-datepicker { ...@@ -18421,13 +18422,13 @@ ul.sf_date_field .sf-datepicker {
18421 @media screen and (max-width: 56.25rem) { 18422 @media screen and (max-width: 56.25rem) {
18422 #advance-search-modal { 18423 #advance-search-modal {
18423 margin-top: 0rem; 18424 margin-top: 0rem;
18424 z-index: 99; 18425 z-index: 98;
18425 } 18426 }
18426 } 18427 }
18427 @media screen and (max-width: 49.125rem) { 18428 @media screen and (max-width: 49.125rem) {
18428 #advance-search-modal { 18429 #advance-search-modal {
18429 margin-top: 6rem; 18430 margin-top: 6rem;
18430 z-index: 99; 18431 z-index: 98;
18431 } 18432 }
18432 } 18433 }
18433 #advance-search-modal .select2-selection__rendered { 18434 #advance-search-modal .select2-selection__rendered {
...@@ -20218,6 +20219,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -20218,6 +20219,11 @@ ul.sf_date_field .sf-datepicker {
20218 margin-bottom: 1.875rem; 20219 margin-bottom: 1.875rem;
20219 padding: 0rem 3.125rem; 20220 padding: 0rem 3.125rem;
20220 } 20221 }
20222 @media only screen and (max-width: 48.875rem) {
20223 .carousel:not(.is-admin) {
20224 padding-right: 30px !important;
20225 }
20226 }
20221 20227
20222 .carousel-items { 20228 .carousel-items {
20223 text-align: center; 20229 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 @@ ...@@ -23,7 +23,10 @@
23 margin-top: 1.875rem; 23 margin-top: 1.875rem;
24 margin-bottom: 1.875rem; 24 margin-bottom: 1.875rem;
25 padding: 0rem 3.125rem; 25 padding: 0rem 3.125rem;
26 26 @media only screen and (max-width: 48.875rem) {
27 padding-right: 30px !important;
28 //margin-right: -20px !important;
29 }
27 } 30 }
28 31
29 .carousel-items { 32 .carousel-items {
...@@ -36,6 +39,7 @@ ...@@ -36,6 +39,7 @@
36 max-width: 75rem; 39 max-width: 75rem;
37 margin: 0 auto; 40 margin: 0 auto;
38 overflow: hidden; 41 overflow: hidden;
42
39 43
40 } 44 }
41 .carousel-content{ 45 .carousel-content{
......
...@@ -1328,6 +1328,8 @@ ...@@ -1328,6 +1328,8 @@
1328 } 1328 }
1329 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary { 1329 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
1330 left: 0; 1330 left: 0;
1331 box-shadow: inset 0 0.1875rem 0.375rem rgba(0,0,0,.1607843137);
1332
1331 } 1333 }
1332 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after { 1334 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
1333 position: fixed; 1335 position: fixed;
......
...@@ -494,11 +494,11 @@ ul.sf_date_field { ...@@ -494,11 +494,11 @@ ul.sf_date_field {
494 margin-top: 1%; 494 margin-top: 1%;
495 @media screen and (max-width: 56.25rem) { 495 @media screen and (max-width: 56.25rem) {
496 margin-top: 0rem; 496 margin-top: 0rem;
497 z-index: 99; 497 z-index: 98;
498 } 498 }
499 @media screen and (max-width: 49.125rem) { 499 @media screen and (max-width: 49.125rem) {
500 margin-top: 6rem; 500 margin-top: 6rem;
501 z-index: 99; 501 z-index: 98;
502 } 502 }
503 .select2-selection__rendered{ 503 .select2-selection__rendered{
504 margin-right: 0px; 504 margin-right: 0px;
......