| 1 |
.sellkit-deactivation-feedback-box-wrapper { |
| 2 |
display: -webkit-box; |
| 3 |
display: -ms-flexbox; |
| 4 |
display: flex; |
| 5 |
position: fixed; |
| 6 |
top: 0; |
| 7 |
-webkit-box-align: center; |
| 8 |
-ms-flex-align: center; |
| 9 |
align-items: center; |
| 10 |
-webkit-box-pack: center; |
| 11 |
-ms-flex-pack: center; |
| 12 |
justify-content: center; |
| 13 |
width: 100%; |
| 14 |
height: 100%; |
| 15 |
background: rgba(30, 30, 30, 0.25); |
| 16 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 17 |
z-index: 10000000; |
| 18 |
} |
| 19 |
|
| 20 |
.sellkit-deactivation-feedback-box-wrapper.sellkit-hide { |
| 21 |
display: none; |
| 22 |
} |
| 23 |
|
| 24 |
#sellkit-deactivate-feedback-dialog-wrapper { |
| 25 |
position: absolute; |
| 26 |
width: 550px; |
| 27 |
border-radius: 3px; |
| 28 |
background: #fff; |
| 29 |
-webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 30 |
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 31 |
overflow: hidden; |
| 32 |
} |
| 33 |
|
| 34 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-header { |
| 35 |
padding: 11px 15px 15px 15px; |
| 36 |
text-align: left; |
| 37 |
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 38 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 39 |
} |
| 40 |
|
| 41 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-header img { |
| 42 |
position: relative; |
| 43 |
top: 6px; |
| 44 |
width: 23px; |
| 45 |
height: 23px; |
| 46 |
} |
| 47 |
|
| 48 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-header #sellkit-deactivate-feedback-dialog-header-title { |
| 49 |
padding-left: 5px; |
| 50 |
font-size: 15px; |
| 51 |
font-weight: bold; |
| 52 |
text-transform: uppercase; |
| 53 |
} |
| 54 |
|
| 55 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form { |
| 56 |
padding: 30px; |
| 57 |
} |
| 58 |
|
| 59 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-modal .dialog-message { |
| 60 |
padding: 30px 30px 0; |
| 61 |
text-align: left; |
| 62 |
} |
| 63 |
|
| 64 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-caption { |
| 65 |
color: #495157; |
| 66 |
font-size: 15px; |
| 67 |
font-weight: bold; |
| 68 |
line-height: 1.4; |
| 69 |
} |
| 70 |
|
| 71 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body { |
| 72 |
padding-top: 30px; |
| 73 |
} |
| 74 |
|
| 75 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper { |
| 76 |
margin-bottom: 15px; |
| 77 |
padding: 3px; |
| 78 |
line-height: 1; |
| 79 |
overflow: hidden; |
| 80 |
} |
| 81 |
|
| 82 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper label { |
| 83 |
position: relative; |
| 84 |
bottom: 3px; |
| 85 |
color: #555c63; |
| 86 |
} |
| 87 |
|
| 88 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper > .sellkit-feedback-text, #sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper > .sellkit-feedback-text-alert { |
| 89 |
display: none; |
| 90 |
} |
| 91 |
|
| 92 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper.active > .sellkit-feedback-text, #sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper.active > .sellkit-feedback-text-alert { |
| 93 |
display: block; |
| 94 |
} |
| 95 |
|
| 96 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-deactivate-feedback-dialog-input-wrapper > .sellkit-feedback-text:focus { |
| 97 |
border: 1px solid #2271b1 !important; |
| 98 |
-webkit-box-shadow: none !important; |
| 99 |
box-shadow: none !important; |
| 100 |
} |
| 101 |
|
| 102 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-feedback-text-alert { |
| 103 |
margin-top: 10px; |
| 104 |
padding: 10px; |
| 105 |
border: 1px solid #ccc; |
| 106 |
border-left: 4px solid; |
| 107 |
border-left-color: #d2393d; |
| 108 |
font-size: 14px; |
| 109 |
line-height: 21px; |
| 110 |
} |
| 111 |
|
| 112 |
#sellkit-deactivate-feedback-dialog-wrapper #sellkit-deactivate-feedback-dialog-form-body .sellkit-feedback-text { |
| 113 |
display: block; |
| 114 |
width: 99%; |
| 115 |
margin-top: 10px; |
| 116 |
} |
| 117 |
|
| 118 |
.sellkit-deactivate-feedback-footer { |
| 119 |
display: -webkit-box; |
| 120 |
display: -ms-flexbox; |
| 121 |
display: flex; |
| 122 |
-webkit-box-pack: justify; |
| 123 |
-ms-flex-pack: justify; |
| 124 |
justify-content: space-between; |
| 125 |
margin-top: 35px; |
| 126 |
} |
| 127 |
|
| 128 |
.sellkit-deactivate-feedback-footer .sellkit-deactivate-feedback-footer-spinner-icon { |
| 129 |
position: relative; |
| 130 |
top: 6px; |
| 131 |
margin-right: 10px; |
| 132 |
} |
| 133 |
|
| 134 |
.sellkit-deactivate-feedback-footer .sellkit-hide { |
| 135 |
display: none; |
| 136 |
} |
| 137 |
|
| 138 |
#wpwrap #sellkit-deactivate-feedback-dialog-wrapper { |
| 139 |
display: none; |
| 140 |
} |
| 141 |
|