Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1d11e60

Browse files
committed
fix: less than $25 message
1 parent 29e8f6a commit 1d11e60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ body {
44
background-color: var(--tc-white);
55
}
66

7+
.bigRed {
8+
color: red;
9+
}
10+
711
.page {
812
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
913
max-width: var(--screen-max);

0 commit comments

Comments
 (0)