Merge pull request #7537 from corsonr/email_styles_fix

Fixed email style color var
This commit is contained in:
Claudio Sanches 2015-02-23 13:50:30 -03:00
commit e44f4d3e5c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 );
#template_container { #template_container {
box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important; box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
background-color: <?php echo esc_attr( $body ); ?>; background-color: <?php echo esc_attr( $body ); ?>;
border: 1px solid $bg_darker_10; border: 1px solid <?php echo $bg_darker_10; ?>;
border-radius: 3px !important; border-radius: 3px !important;
} }