Merge pull request #7537 from corsonr/email_styles_fix
Fixed email style color var
This commit is contained in:
commit
e44f4d3e5c
|
@ -33,7 +33,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 );
|
|||
#template_container {
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue