Add credit card expiration date to the billing info screen
This commit is contained in:
parent
f4c488f9b6
commit
a9a8105fbc
4 changed files with 30 additions and 1 deletions
|
@ -478,6 +478,18 @@ i.toggle-icon:hover {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.billing-options-element .current-card .expires:before {
|
||||
content: "Expires:";
|
||||
color: #aaa;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
.billing-options-element .current-card .expires {
|
||||
margin-left: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.billing-options-element .current-card img {
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
|
|
Reference in a new issue