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
/*---------------------Default Styles----------------------------*/ | |
form.cart { | |
display: flex; | |
flex-direction: row; | |
} | |
form.variations_form.cart { | |
display: flex; | |
flex-direction: column; | |
} |
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
/* ----------------Default Styles--------------------- */ | |
.woocommerce div.product .woocommerce-tabs ul.tabs{ | |
padding-left: 5px; | |
display: flex; | |
text-align: center; | |
} | |
.woocommerce div.product .woocommerce-tabs ul.tabs li { | |
border-radius: 0; |
NewerOlder