From 1f470830c8f81b68ba5464662eb1547e44a7b62f Mon Sep 17 00:00:00 2001 From: Steve Roberts Date: Wed, 1 Jul 2020 12:47:03 +1000 Subject: [PATCH] add vars to email.scss --- app/assets/stylesheets/mail/email.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mail/email.scss b/app/assets/stylesheets/mail/email.scss index ca3b7b5ed7..7c632ed913 100644 --- a/app/assets/stylesheets/mail/email.scss +++ b/app/assets/stylesheets/mail/email.scss @@ -1,3 +1,5 @@ +@import '../admin/variables'; + /* ------------------------------------- * GLOBAL *------------------------------------- */ @@ -116,7 +118,7 @@ table.payment-list { tbody tr td { padding: 5px; - border-bottom: 1px solid #666; + border-bottom: 1px solid $medium-grey; .payment-method-name { display: block; @@ -129,7 +131,7 @@ table.payment-list { } thead tr th { - border-bottom: 1px solid #666; + border-bottom: 1px solid $medium-grey; padding: 10px 5px 5px; text-transform: uppercase; text-align: left;