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 {
font-size: 16px;
line-height: 12px;
font-weight: 400;
text-decoration: underline;
text-decoration: none;
}
#menu-footer-french li a:hover,
#menu-footer li a:hover {
color: #000;
text-decoration: underline;
}
#menu-footer-french li::after,
#menu-footer li::after {
......@@ -18918,6 +18918,11 @@ ul.sf_date_field .sf-datepicker {
.admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
margin-top: -10px;
}
@media only screen and (max-width: 48.875rem) {
.admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
margin-top: -7px;
}
}
.promo-area {
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 @@
font-size: 16px;
line-height:12px;
font-weight: 400;
text-decoration: underline;
text-decoration: none;
&:hover{
color: #000;
text-decoration: underline;
}
}
......
......@@ -24,4 +24,7 @@
.admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
margin-top: -10px;
@media only screen and (max-width: 48.875rem) {
margin-top: -7px;
}
}
\ No newline at end of file
......