Skip to content

Commit c9e153b

Browse files
Include receipt line items in color override
1 parent a22e748 commit c9e153b

File tree

19 files changed

+40
-19
lines changed

19 files changed

+40
-19
lines changed

dist/compiled/comment-notification/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/example/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/invoice/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/password-reset-help/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/password-reset/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/receipt/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/trial-expired/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/trial-expiring/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/user-invitation/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

dist/compiled/welcome/content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@
411411
h1,
412412
h2,
413413
h3,
414-
span {
414+
span,
415+
.purchase_item {
415416
color: #FFF !important;
416417
}
417418
.attributes_content,

0 commit comments

Comments
 (0)