about.css
1 year ago
admin-form.css
1 year ago
fields.css
1 day ago
form-preview.css
1 year ago
lite-vs-pro.css
1 year ago
logs.css
1 year ago
number-spinner.css
1 year ago
order.css
1 year ago
polylang.css
1 year ago
post-editor.css
1 year ago
selectize.default.css
1 year ago
uninstall.css
1 year ago
views.css
1 month ago
wpml.css
1 year ago
uninstall.css
125 lines
| 1 | .st-uninstall-form-active .st-uninstall-form-bg { |
| 2 | background: rgba(0, 0, 0, .5); |
| 3 | position: fixed; |
| 4 | top: 0; |
| 5 | left: 0; |
| 6 | width: 100%; |
| 7 | height: 100%; |
| 8 | } |
| 9 | |
| 10 | .st-uninstall-form-wrapper { |
| 11 | position: fixed; |
| 12 | z-index: 999; |
| 13 | display: none; |
| 14 | width: 100%; |
| 15 | height: 100%; |
| 16 | top: 0; |
| 17 | left: 0; |
| 18 | right: 0; |
| 19 | bottom: 0; |
| 20 | margin: 0 auto; |
| 21 | } |
| 22 | |
| 23 | .st-uninstall-form-wrapper .uninstall { |
| 24 | text-align: center; |
| 25 | } |
| 26 | |
| 27 | .st-uninstall-form-active .st-uninstall-form-wrapper { |
| 28 | display: block; |
| 29 | z-index: 999; |
| 30 | } |
| 31 | |
| 32 | .st-uninstall-form { |
| 33 | display: none; |
| 34 | } |
| 35 | |
| 36 | .st-uninstall-form-active .st-uninstall-form { |
| 37 | position: absolute; |
| 38 | left: 0; |
| 39 | right: 0; |
| 40 | margin: 0 auto; |
| 41 | top: 50%; |
| 42 | transform: translateY(-50%); |
| 43 | max-width: 650px; |
| 44 | background: #fff; |
| 45 | white-space: normal; |
| 46 | max-height: 100vh; |
| 47 | } |
| 48 | |
| 49 | .st-uninstall-form-head { |
| 50 | background: #774cce; |
| 51 | padding: 8px 18px; |
| 52 | position: relative; |
| 53 | } |
| 54 | |
| 55 | .st-uninstall-form-head h3 { |
| 56 | color: #fff; |
| 57 | } |
| 58 | |
| 59 | .st-uninstall-form-body { |
| 60 | padding: 8px 18px; |
| 61 | color: #444; |
| 62 | } |
| 63 | |
| 64 | .deactivating-spinner { |
| 65 | display: none; |
| 66 | } |
| 67 | |
| 68 | .deactivating-spinner .spinner { |
| 69 | float: none; |
| 70 | margin: 4px 4px 0 18px; |
| 71 | vertical-align: bottom; |
| 72 | visibility: visible; |
| 73 | } |
| 74 | |
| 75 | .toggle-spinner .deactivating-spinner { |
| 76 | display: block !important; |
| 77 | } |
| 78 | |
| 79 | .st-uninstall-form-footer p { |
| 80 | display: flex; |
| 81 | align-items: center; |
| 82 | justify-content: space-between; |
| 83 | } |
| 84 | |
| 85 | .st-uninstall-form.process-response .st-uninstall-form-body { |
| 86 | position: relative; |
| 87 | } |
| 88 | |
| 89 | .st-uninstall-form.process-response .st-uninstall-form-body:after { |
| 90 | content: ""; |
| 91 | display: block; |
| 92 | position: absolute; |
| 93 | top: 0; |
| 94 | left: 0; |
| 95 | width: 100%; |
| 96 | height: 100%; |
| 97 | background-color: rgba(255, 255, 255, .5); |
| 98 | } |
| 99 | |
| 100 | .st-uninstall-form-head .close-uninstall-form { |
| 101 | position: absolute; |
| 102 | right: 15px; |
| 103 | color: #fff; |
| 104 | font-family: Arial; |
| 105 | font-size: 14px; |
| 106 | display: inline-block; |
| 107 | top: 50%; |
| 108 | transform: translateY(-50%); |
| 109 | cursor: pointer; |
| 110 | } |
| 111 | |
| 112 | .st-red-text { |
| 113 | color:red !important; |
| 114 | font-weight:bold; |
| 115 | } |
| 116 | |
| 117 | .st-uninstall-options .st-uninstall-options-checkbox { |
| 118 | margin-bottom: 0px; |
| 119 | } |
| 120 | |
| 121 | @media screen and ( max-height: 600px ) { |
| 122 | .st-uninstall-form { |
| 123 | overflow-Y:scroll; |
| 124 | } |
| 125 | } |