8ec90708 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cc0f59d9
...@@ -18672,12 +18672,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -18672,12 +18672,12 @@ ul.sf_date_field .sf-datepicker {
18672 font-size: 16px; 18672 font-size: 16px;
18673 line-height: 12px; 18673 line-height: 12px;
18674 font-weight: 400; 18674 font-weight: 400;
18675 text-decoration: underline;
18676 text-decoration: none; 18675 text-decoration: none;
18677 } 18676 }
18678 #menu-footer-french li a:hover, 18677 #menu-footer-french li a:hover,
18679 #menu-footer li a:hover { 18678 #menu-footer li a:hover {
18680 color: #000; 18679 color: #000;
18680 text-decoration: underline;
18681 } 18681 }
18682 #menu-footer-french li::after, 18682 #menu-footer-french li::after,
18683 #menu-footer li::after { 18683 #menu-footer li::after {
...@@ -18918,6 +18918,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -18918,6 +18918,11 @@ ul.sf_date_field .sf-datepicker {
18918 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 18918 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
18919 margin-top: -10px; 18919 margin-top: -10px;
18920 } 18920 }
18921 @media only screen and (max-width: 48.875rem) {
18922 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
18923 margin-top: -7px;
18924 }
18925 }
18921 18926
18922 .promo-area { 18927 .promo-area {
18923 width: 100%; 18928 width: 100%;
......
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.
...@@ -47,10 +47,11 @@ ...@@ -47,10 +47,11 @@
47 font-size: 16px; 47 font-size: 16px;
48 line-height:12px; 48 line-height:12px;
49 font-weight: 400; 49 font-weight: 400;
50 text-decoration: underline; 50
51 text-decoration: none; 51 text-decoration: none;
52 &:hover{ 52 &:hover{
53 color: #000; 53 color: #000;
54 text-decoration: underline;
54 55
55 } 56 }
56 } 57 }
......
...@@ -24,4 +24,7 @@ ...@@ -24,4 +24,7 @@
24 24
25 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{ 25 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
26 margin-top: -10px; 26 margin-top: -10px;
27 @media only screen and (max-width: 48.875rem) {
28 margin-top: -7px;
29 }
27 } 30 }
...\ No newline at end of file ...\ No newline at end of file
......