Skip to content

Commit

Permalink
Changing 'Currently unavailable' on out-of-stock coins to 'Sold'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanberg committed Jul 16, 2015
1 parent fcdaa57 commit 488fd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,7 @@ h2.out-of-stock-label {
.node.out-of-stock:before {
background-color: #2e5f80;
color: white;
content: 'Currently unavailable';
content: 'Sold';
display: block;
font-family: "Cinzel Decorative", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
font-size: 2.25em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ h2.out-of-stock-label {
&:before {
background-color: $blue;
color: $white;
content: 'Currently unavailable';
content: 'Sold';
display: block;
font-family: $heading-f;
font-size: 2.25em;
Expand Down

0 comments on commit 488fd26

Please sign in to comment.