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
.modal { | |
padding: 0 !important; // override inline padding-right added from js | |
} | |
.modal .modal-dialog { | |
width: 100%; | |
max-width: none; | |
height: 100%; | |
margin: 0; | |
} | |
.modal .modal-content { |
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
########################### /* Alinhar botoes comprar */################################# | |
.woocommerce ul.products li.product h2 { | |
line-height: 2.5ex; | |
height: 5ex; /* 2.5ex for each visible line */ | |
overflow: hidden; | |
padding:20px !important | |
} | |
########################### /* Alinhar botoes comprar */################################# |