Last active
August 29, 2015 14:06
-
-
Save jessepearson/cf31742ec2c862835cab to your computer and use it in GitHub Desktop.
WooCommerce Notice CSS Classes
This file contains 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
.woocommerce-info { | |
border-top: 3px solid #5b95a4; | |
&:before { | |
background-color: #5b95a4; | |
} | |
} | |
.woocommerce-message { | |
border-top: 3px solid #6b9e56; | |
&:before { | |
background-color: #6b9e56; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment