Skip to content

Commit

Permalink
Include receipt line items in color override
Browse files Browse the repository at this point in the history
  • Loading branch information
derekrushforth committed Nov 23, 2020
1 parent a22e748 commit c9e153b
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 19 deletions.
3 changes: 2 additions & 1 deletion dist/compiled/comment-notification/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/example/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/invoice/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/password-reset-help/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/password-reset/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/trial-expired/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/trial-expiring/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/user-invitation/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/compiled/welcome/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/postmark-layouts/basic-full/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/postmark-layouts/basic/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
4 changes: 3 additions & 1 deletion dist/postmark-layouts/plain/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@
blockquote,
h1,
h2,
h3 {
h3,
span,
.purchase_item {
color: #FFF !important;
}
.attributes_content,
Expand Down
3 changes: 2 additions & 1 deletion dist/stylesheets/basic-full.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ p.sub {
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important; }
.attributes_content,
.discount {
Expand Down
3 changes: 2 additions & 1 deletion dist/stylesheets/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ p {
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important; }
.attributes_content,
.discount {
Expand Down
4 changes: 3 additions & 1 deletion dist/stylesheets/plain.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ p {
blockquote,
h1,
h2,
h3 {
h3,
span,
.purchase_item {
color: #FFF !important; }
.attributes_content,
.discount {
Expand Down
3 changes: 2 additions & 1 deletion src/stylesheets/basic-full.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ p.sub {
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}

Expand Down
3 changes: 2 additions & 1 deletion src/stylesheets/basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ p {
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}

Expand Down
3 changes: 2 additions & 1 deletion src/stylesheets/plain.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ p {
h1,
h2,
h3,
span {
span,
.purchase_item {
color: #FFF !important;
}

Expand Down

0 comments on commit c9e153b

Please sign in to comment.