images
1 week ago
admin-blocks.css
1 week ago
admin-notice.css
1 week ago
admin-notice.min.css
1 week ago
front.css
1 week ago
front.min.css
1 week ago
jquery-ui.css
1 week ago
jquery-ui.min.css
1 week ago
new-admin.css
1 week ago
new-front.css
1 week ago
print.css
1 week ago
print.min.css
1 week ago
reset.css
1 week ago
reset.min.css
1 week ago
front.css
31 lines
| 1 | .inspire_checkout_fields_hide{ |
| 2 | display: none; |
| 3 | } |
| 4 | |
| 5 | .woocommerce-account input.button[name="save_address"]{ |
| 6 | display: block!important; |
| 7 | clear: both; |
| 8 | } |
| 9 | |
| 10 | .woocommerce-checkout .checkout .form-left{ |
| 11 | float: left!important; |
| 12 | clear: left; |
| 13 | } |
| 14 | |
| 15 | .woocommerce-checkout .checkout .form-right{ |
| 16 | float: right!important; |
| 17 | } |
| 18 | |
| 19 | .woocommerce-account .woocommerce .form-left{ |
| 20 | float: left!important; |
| 21 | clear: left; |
| 22 | } |
| 23 | |
| 24 | .woocommerce-account .woocommerce .form-right{ |
| 25 | float: right!important; |
| 26 | } |
| 27 | |
| 28 | span.inspire-file-error { |
| 29 | font-weight: bold; |
| 30 | } |
| 31 |