dashboard-review-ask.css
4 years ago
ewd-ulb-main.css
4 years ago
ewd-us-admin.css
4 years ago
ewd-us-blocks.css
4 years ago
ewd-us-welcome-screen.css
4 years ago
ewd-us.css
4 years ago
plugin-deactivation.css
4 years ago
plugin-deactivation.css
68 lines
| 1 | .ewd-us-deactivate-survey-modal { |
| 2 | display: none; |
| 3 | table-layout: fixed; |
| 4 | position: fixed; |
| 5 | z-index: 9999; |
| 6 | width: 100%; |
| 7 | height: 100%; |
| 8 | text-align: center; |
| 9 | font-size: 14px; |
| 10 | top: 0; |
| 11 | left: 0; |
| 12 | background: rgba(0,0,0,0.8); |
| 13 | } |
| 14 | .ewd-us-deactivate-survey-wrap { |
| 15 | display: table-cell; |
| 16 | vertical-align: middle; |
| 17 | } |
| 18 | .ewd-us-deactivate-survey { |
| 19 | background-color: #fff; |
| 20 | max-width: 550px; |
| 21 | margin: 0 auto; |
| 22 | padding: 30px; |
| 23 | text-align: left; |
| 24 | } |
| 25 | .ewd-us-deactivate-survey .error { |
| 26 | display: block; |
| 27 | color: red; |
| 28 | margin: 0 0 10px 0; |
| 29 | } |
| 30 | .ewd-us-deactivate-survey-title { |
| 31 | display: block; |
| 32 | font-size: 18px; |
| 33 | font-weight: 700; |
| 34 | text-transform: uppercase; |
| 35 | border-bottom: 1px solid #ddd; |
| 36 | padding: 0 0 18px 0; |
| 37 | margin: 0 0 18px 0; |
| 38 | } |
| 39 | .ewd-us-deactivate-survey-title span { |
| 40 | color: #999; |
| 41 | margin-right: 10px; |
| 42 | } |
| 43 | .ewd-us-deactivate-survey-desc { |
| 44 | display: block; |
| 45 | font-weight: 600; |
| 46 | margin: 0 0 18px 0; |
| 47 | } |
| 48 | .ewd-us-deactivate-survey-option { |
| 49 | margin: 0 0 10px 0; |
| 50 | } |
| 51 | .ewd-us-deactivate-survey-option-input { |
| 52 | margin-right: 10px !important; |
| 53 | } |
| 54 | .ewd-us-deactivate-survey-option-details { |
| 55 | display: none; |
| 56 | width: 90%; |
| 57 | margin: 10px 0 0 30px; |
| 58 | } |
| 59 | .ewd-us-deactivate-survey-footer { |
| 60 | margin-top: 18px; |
| 61 | } |
| 62 | .ewd-us-deactivate-survey-deactivate { |
| 63 | float: right; |
| 64 | font-size: 13px; |
| 65 | color: #ccc; |
| 66 | text-decoration: none; |
| 67 | padding-top: 7px; |
| 68 | } |