mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
add vars to email.scss
This commit is contained in:
committed by
Matt-Yorkley
parent
a00e964eb6
commit
1f470830c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user