admin.css
5 months ago
admin.min.css
5 months ago
certificate-form.css
2 years ago
certificate-form.min.css
2 years ago
certificate-modal.css
1 year ago
certificate-modal.min.css
1 year ago
checkout.css
2 years ago
checkout.min.css
2 years ago
modal.css
1 year ago
modal.min.css
1 year ago
tic-select.css
3 years ago
tic-select.min.css
5 years ago
tic-select.css
77 lines
| 1 | .wc-backbone-modal .wc-backbone-modal-content.sst-select-tic-modal-content { |
| 2 | width: 100%; |
| 3 | min-height: 100%; |
| 4 | top: 0; |
| 5 | transform: none; |
| 6 | left: 0; |
| 7 | } |
| 8 | |
| 9 | @media ( min-width: 768px ) { |
| 10 | .wc-backbone-modal .wc-backbone-modal-content.sst-select-tic-modal-content { |
| 11 | left: 50%; |
| 12 | top: 50%; |
| 13 | transform: translate(-50%, -50%); |
| 14 | width: 70%; |
| 15 | max-width: 800px; |
| 16 | min-height: 0; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .sst-tic-search { |
| 21 | width: 100%; |
| 22 | } |
| 23 | |
| 24 | .sst-tic-select-wrap button, .sst-tic-select-wrap .sst-selected-tic { |
| 25 | display: inline-block; |
| 26 | vertical-align: middle; |
| 27 | } |
| 28 | |
| 29 | .sst-tic-select-wrap button { |
| 30 | margin-left: 8px; |
| 31 | } |
| 32 | |
| 33 | .wc-backbone-modal-main article .sst-tic-list p { |
| 34 | margin: 0; |
| 35 | } |
| 36 | |
| 37 | #wcfm-main-contentainer button.wcfm_submit_button.sst-select-tic { |
| 38 | float: none; |
| 39 | margin-top: 0; |
| 40 | } |
| 41 | |
| 42 | .wcfm-sst-html { |
| 43 | display: inline-block; |
| 44 | width: 60%; |
| 45 | } |
| 46 | |
| 47 | #variations .wcfm-sst-html { |
| 48 | width: 100%; |
| 49 | } |
| 50 | |
| 51 | .wcfm-sst-html select.wcfm-select, .wcfm-sst-html input[type="text"].wcfm-text { |
| 52 | width: 100%; |
| 53 | } |
| 54 | |
| 55 | @media only screen and ( max-width: 640px ) { |
| 56 | .wcfm-sst-html { |
| 57 | width: 100%; |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | .wcmp-wrapper .sst-select-tic { |
| 62 | margin-left: 10px; |
| 63 | } |
| 64 | |
| 65 | .wcmp-wrapper ~ #wc-backbone-modal-dialog .sst-tic-search { |
| 66 | margin-bottom: 1em; |
| 67 | } |
| 68 | |
| 69 | .wcmp-wrapper ~ #wc-backbone-modal-dialog .sst-tic-list h4 { |
| 70 | margin-bottom: 3px; |
| 71 | font-size: 16px; |
| 72 | } |
| 73 | |
| 74 | .wcmp-wrapper ~ #wc-backbone-modal-dialog .tic-row td { |
| 75 | padding: 0.5em 0; |
| 76 | } |
| 77 |