Created
December 10, 2015 11:10
-
-
Save frankschrijvers/21e66f30905e5227a0c8 to your computer and use it in GitHub Desktop.
WooComemrce - Basic styling sold out badge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.soldout { | |
background: #c7ad7b; | |
color: #fff; | |
font-size: 14px; | |
font-weight: 700; | |
padding: 6px 12px; | |
position: absolute; | |
right: 0; | |
top: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment