components
5 years ago
jquery-confirm
8 years ago
jquery-ui
8 years ago
mixins
5 years ago
perfect-scrollbar
7 years ago
utility
5 years ago
variables
5 years ago
_animation.scss
7 years ago
_backbone.scss
7 years ago
_clearings.scss
6 years ago
_colors.scss
6 years ago
_confirm.scss
4 years ago
_containers.scss
5 years ago
_fonts.scss
5 years ago
_grid.scss
5 years ago
activation-rtl.css
3 years ago
activation.css
3 years ago
activation.css.map
5 years ago
activation.scss
3 years ago
admin-rtl.css
3 years ago
admin.css
3 years ago
admin.css.map
4 years ago
admin.scss
3 years ago
deactivation-feedback-rtl.css
3 years ago
deactivation-feedback.css
3 years ago
deactivation-feedback.scss
3 years ago
everest-forms-rtl.css
3 years ago
everest-forms.css
3 years ago
everest-forms.css.map
4 years ago
everest-forms.scss
3 years ago
flatpickr-rtl.css
4 years ago
flatpickr.css
4 years ago
flatpickr.css.map
5 years ago
flatpickr.scss
6 years ago
menu-rtl.css
3 years ago
menu.css
3 years ago
menu.css.map
5 years ago
menu.scss
3 years ago
select2-rtl.css
4 years ago
select2.css
4 years ago
select2.css.map
5 years ago
select2.scss
5 years ago
deactivation-feedback.scss
137 lines
| 1 | #evf-deactivate-feedback-popup-wrapper { |
| 2 | position: fixed; |
| 3 | height: 100%; |
| 4 | width: 100%; |
| 5 | bottom: 0; |
| 6 | left: 0; |
| 7 | background-color: rgba(0, 0, 0, 0.8); |
| 8 | z-index: 99999; |
| 9 | -webkit-user-select: none; |
| 10 | -moz-user-select: none; |
| 11 | user-select: none; |
| 12 | display: none; |
| 13 | height: calc(100vh - 32px); |
| 14 | |
| 15 | &.active { |
| 16 | display: block; |
| 17 | } |
| 18 | |
| 19 | .evf-deactivate-feedback-popup-inner { |
| 20 | max-width: 600px; |
| 21 | background-color: #fff; |
| 22 | position: absolute; |
| 23 | border-radius: 3px; |
| 24 | box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 25 | overflow: hidden; |
| 26 | margin: 0 auto; |
| 27 | left: 0; |
| 28 | right: 0; |
| 29 | top: 50%; |
| 30 | -ms-transform: translateY(-50%); |
| 31 | transform: translateY(-50%); |
| 32 | |
| 33 | .evf-deactivate-feedback-popup-header { |
| 34 | display: flex; |
| 35 | align-items: center; |
| 36 | justify-content: space-between; |
| 37 | padding: 1em; |
| 38 | border-bottom: 1px solid #cdd0d8; |
| 39 | } |
| 40 | |
| 41 | .everest-forms-deactivate-feedback-popup-header__logo-wrap { |
| 42 | display: flex; |
| 43 | align-items: center; |
| 44 | |
| 45 | .everest-forms-deactivate-feedback-popup-header__logo-icon { |
| 46 | margin-right: 16px; |
| 47 | padding-right: 16px; |
| 48 | border-right: 1px solid #cdd0d8; |
| 49 | |
| 50 | svg { |
| 51 | display: block; |
| 52 | fill: #7e3bd0; |
| 53 | width: 24px; |
| 54 | height: 24px; |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | .evf-deactivate-feedback-popup-header-title { |
| 59 | font-size: 1.1em; |
| 60 | font-weight: 600; |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | .close-deactivate-feedback-popup { |
| 65 | cursor: pointer; |
| 66 | } |
| 67 | |
| 68 | .evf-deactivate-feedback-popup-form-caption { |
| 69 | font-size: 1.1em; |
| 70 | margin-bottom: 10px; |
| 71 | font-weight: 600; |
| 72 | } |
| 73 | |
| 74 | .evf-deactivate-feedback-form { |
| 75 | padding: 20px; |
| 76 | text-align: left; |
| 77 | font-size: 15px; |
| 78 | color: #495157; |
| 79 | line-height: 2; |
| 80 | |
| 81 | input[type="text"]="text""] { |
| 82 | width: calc(100% - 20px); |
| 83 | outline: none; |
| 84 | max-width: 100%; |
| 85 | margin-left: 20px; |
| 86 | display: none; |
| 87 | |
| 88 | } |
| 89 | |
| 90 | input[type="radio"]="radio""]:checked+label+input[type="text"]="text""] { |
| 91 | display: block; |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | .evf-deactivate-feedback-popup-form-footer { |
| 96 | padding: 8px 16px; |
| 97 | overflow: hidden; |
| 98 | display: flex; |
| 99 | justify-content: space-between; |
| 100 | align-items: center; |
| 101 | font-size: 12px; |
| 102 | padding: 5px 0; |
| 103 | |
| 104 | button.submit { |
| 105 | background-color: #7e3bd0; |
| 106 | color: white; |
| 107 | padding: 8px 16px; |
| 108 | border-radius: 4px; |
| 109 | border: none; |
| 110 | cursor: pointer; |
| 111 | float: right; |
| 112 | } |
| 113 | |
| 114 | button.submit:hover { |
| 115 | background-color: #652aae; |
| 116 | } |
| 117 | |
| 118 | a.skip { |
| 119 | color: #a4afb7; |
| 120 | background: none; |
| 121 | float: left; |
| 122 | width: auto; |
| 123 | border: none; |
| 124 | cursor: pointer; |
| 125 | } |
| 126 | |
| 127 | } |
| 128 | |
| 129 | .consent { |
| 130 | font-size: 12px; |
| 131 | color: #8f8f8f; |
| 132 | background: none; |
| 133 | width: auto; |
| 134 | border: none; |
| 135 | } |
| 136 | } |
| 137 | } |