Last active
October 2, 2017 07:14
-
-
Save bigdigital/2d310f77a1895aa43ebd2f1a2a12e6a2 to your computer and use it in GitHub Desktop.
The7 make static woocommerce popup message
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-error, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-info, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-message{ | |
position: initial !important; | |
top: initial !important; | |
left: initial !important; | |
width: 100% !important; | |
max-height: initial !important; | |
min-height: initial !important; | |
margin: 15px 0px !important; | |
padding: 10px 20px; | |
z-index: 10; | |
-webkit-animation: initial !important; | |
animation: initial !important; | |
-webkit-transform: initial !important; | |
-ms-transform: initial !important; | |
transform: initial !important; | |
box-shadow: 0 1px 10px 0 rgba(0,0,0,.3) !important; | |
-webkit-flex-flow: initial !important; | |
-moz-flex-flow: initial !important; | |
-ms-flex-flow: initial !important; | |
flex-flow: initial !important; | |
-webkit-justify-content: initial !important; | |
-moz-justify-content: initial !important; | |
-ms-flex-pack: initial !important; | |
-ms-justify-content: initial !important; | |
justify-content: initial !important; | |
} | |
.woocommerce-error .woocommerce-error-text, .woocommerce-error .woocommerce-info-text, .woocommerce-error .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-info .woocommerce-error-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-info .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-info .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-message .woocommerce-error-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-message .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-message .woocommerce-message-text { | |
opacity: initial !important; | |
-webkit-animation: initial !important; | |
animation: initial !important; | |
} | |
.woocommerce-error:before, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-info:before, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content)>.woocommerce-message:before { | |
position: initial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where would this code implement? And what is the output?