Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Change card numbers to monospace font.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten-stripe committed Mar 4, 2019

Verified

This commit was signed with the committer’s verified signature.
derekpierre Derek Pierre
1 parent be2b518 commit 8716b53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/stylesheets/store.css
Original file line number Diff line number Diff line change
@@ -680,7 +680,11 @@ button:active {
}

.card-number {
font-weight: bold;
padding-left: 8px;
white-space: nowrap;
font-family: Source Code Pro, monospace;
color: #0d2b3e;
font-weight: 500;
}

.card-number span {

0 comments on commit 8716b53

Please sign in to comment.