cdd01480 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 986c0688
......@@ -19099,6 +19099,12 @@ ul.sf_date_field .sf-datepicker {
.carousel-content {
height: 260px;
}
.carousel-content a:after {
display: none !important;
}
.carousel-content a[target=_blank]:after {
display: none !important;
}
.promo-image {
width: 340px;
......
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.
......@@ -36,6 +36,14 @@
.carousel-content {
height: 260px;
a:after{
display: none !important;
}
a[target=_blank]{
&:after {
display: none !important;
}
}
}
.promo-image {
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.12
Version: 1.0.13
*/
\ No newline at end of file
......