Add credit card expiration date to the billing info screen

This commit is contained in:
Joseph Schorr 2014-05-22 16:52:51 -04:00
parent f4c488f9b6
commit a9a8105fbc
4 changed files with 30 additions and 1 deletions

View file

@ -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;