Created
June 29, 2020 13:51
-
-
Save akther80/22555f085ceb543b6e72ba2d0dc70182 to your computer and use it in GitHub Desktop.
Cartzilla- Cart update and Cart empty box style
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
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) .woocommerce-message { | |
position: relative; | |
padding: 0.75rem 1.25rem; | |
margin-bottom: 1rem; | |
border: 1px solid transparent; | |
border-radius: 0.4375rem; | |
display: block; | |
color: #3dc58b; | |
background-color: #f0fcf7; | |
border-color: #d2f5e6; | |
} | |
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) .woocommerce-info { | |
position: relative; | |
padding: 0.75rem 1.25rem; | |
margin-bottom: 1rem; | |
border: 1px solid transparent; | |
border-radius: 0.4375rem; | |
display: block; | |
color: #61a5ea; | |
background-color: #f3f9ff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment