| 1 |
/*!****************************************************************************************************************************************************************************************************************************************************!*\ |
| 2 |
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./dev/scss/plugin-survey.scss ***! |
| 3 |
\****************************************************************************************************************************************************************************************************************************************************/ |
| 4 |
.wp-adminify-deactivate-survey-modal { |
| 5 |
pointer-events: none; |
| 6 |
opacity: 0; |
| 7 |
transition: opacity 0.3s; |
| 8 |
position: fixed; |
| 9 |
top: 50%; |
| 10 |
left: 50%; |
| 11 |
transform: translate(-50%, -50%); |
| 12 |
margin-top: -40px; |
| 13 |
width: 100%; |
| 14 |
max-width: 635px; |
| 15 |
border-radius: 5px; |
| 16 |
background-color: #fff; |
| 17 |
color: rgb(14, 1, 1); |
| 18 |
display: block; |
| 19 |
z-index: 9999999999999; |
| 20 |
} |
| 21 |
|
| 22 |
.wp-adminify-deactivate-input-wrapper { |
| 23 |
display: flex; |
| 24 |
align-items: baseline; |
| 25 |
gap: 10px; |
| 26 |
} |
| 27 |
|
| 28 |
.wp-adminify-deactivate-input-wrapper .other { |
| 29 |
display: flex; |
| 30 |
align-items: baseline; |
| 31 |
flex-direction: column; |
| 32 |
gap: 10px; |
| 33 |
width: 100%; |
| 34 |
} |
| 35 |
|
| 36 |
.wp-adminify-deactivate-footer { |
| 37 |
display: flex; |
| 38 |
flex-direction: row; |
| 39 |
justify-content: space-between; |
| 40 |
padding-top: 24px; |
| 41 |
padding-right: 40px; |
| 42 |
} |
| 43 |
|
| 44 |
.wp-adminify-dialog-lightbox-skip { |
| 45 |
border: 0; |
| 46 |
cursor: pointer; |
| 47 |
padding: 0px 15px; |
| 48 |
} |
| 49 |
|
| 50 |
.wp-adminify-dialog-lightbox-submit { |
| 51 |
background-color: #3d5dff; |
| 52 |
border-radius: 3px; |
| 53 |
color: #fff; |
| 54 |
line-height: 1; |
| 55 |
padding: 12px 20px; |
| 56 |
font-size: 13px; |
| 57 |
width: 180px; |
| 58 |
height: 38px; |
| 59 |
border: 0; |
| 60 |
transition: all 0.2s ease-in-out; |
| 61 |
cursor: pointer; |
| 62 |
} |
| 63 |
|
| 64 |
.wp-adminify-dialog-lightbox-submit:hover { |
| 65 |
opacity: 0.9; |
| 66 |
background: #263580; |
| 67 |
} |
| 68 |
|
| 69 |
.wp-adminify-deactivate-input-wrapper .wp-adminify-feedback-text { |
| 70 |
width: 80%; |
| 71 |
padding: 7px 14px; |
| 72 |
} |
| 73 |
|
| 74 |
form.wp-adminify-deactivate-form-wrapper { |
| 75 |
padding-bottom: 32px; |
| 76 |
display: flex; |
| 77 |
flex-direction: column; |
| 78 |
gap: 8px; |
| 79 |
} |
| 80 |
|
| 81 |
.wp-adminify-deactivate-survey-modal header { |
| 82 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 83 |
padding: 3px 6px 3px 11px; |
| 84 |
} |
| 85 |
|
| 86 |
.wp-adminify-deactivate-survey-modal .wp-adminify-deactivate-info { |
| 87 |
font-weight: 500; |
| 88 |
font-size: 14px; |
| 89 |
padding-top: 32px; |
| 90 |
text-align: left; |
| 91 |
padding-left: 16px; |
| 92 |
padding-bottom: 23px; |
| 93 |
line-height: 1.5; |
| 94 |
} |
| 95 |
|
| 96 |
.wp-adminify-deactivate-content-wrapper { |
| 97 |
padding: 3px 6px 3px 24px; |
| 98 |
} |
| 99 |
|
| 100 |
.wp-adminify-deactivate-survey-header { |
| 101 |
display: flex; |
| 102 |
gap: 10px; |
| 103 |
align-items: center; |
| 104 |
} |
| 105 |
|
| 106 |
.wp-adminify-deactivate-survey-header img { |
| 107 |
width: 25px; |
| 108 |
} |
| 109 |
|
| 110 |
/** Overlay */ |
| 111 |
.wp-adminify-deactivate-survey-overlay { |
| 112 |
pointer-events: none; |
| 113 |
opacity: 0; |
| 114 |
transition: opacity 0.3s; |
| 115 |
position: fixed; |
| 116 |
top: 0; |
| 117 |
backdrop-filter: blur(1px); |
| 118 |
left: 0; |
| 119 |
right: 0; |
| 120 |
bottom: 0; |
| 121 |
width: 100%; |
| 122 |
height: 100%; |
| 123 |
z-index: 99999999; |
| 124 |
background-color: rgba(0, 0, 0, 0.8); |
| 125 |
} |
| 126 |
|
| 127 |
/** JS */ |
| 128 |
.wp-adminify-deactivate-survey-is-visible { |
| 129 |
opacity: 1; |
| 130 |
pointer-events: auto; |
| 131 |
} |
| 132 |
|
| 133 |
.wp-adminify-deactivate-input-wrapper .wp-adminify-deactivate-feedback-dialog-input { |
| 134 |
float: right; |
| 135 |
margin-top: 0; |
| 136 |
margin-bottom: 0; |
| 137 |
margin-left: 0; |
| 138 |
margin-right: 15px; |
| 139 |
box-shadow: none; |
| 140 |
} |
| 141 |
|
| 142 |
.wp-adminify-deactivate-input-wrapper .wp-adminify-deactivate-feedback-dialog-input:not(:checked) ~ .wp-adminify-deactivate-feedback-text { |
| 143 |
display: none; |
| 144 |
} |
| 145 |
|
| 146 |
.wp-adminify-deactivate-input-wrapper .wp-adminify-deactivate-feedback-text { |
| 147 |
background-color: transparent; |
| 148 |
color: var(--e-a-color-txt); |
| 149 |
margin-top: 10px; |
| 150 |
margin-bottom: 0; |
| 151 |
margin-left: 30px; |
| 152 |
margin-right: 0; |
| 153 |
padding: 5px; |
| 154 |
box-shadow: none; |
| 155 |
width: 45%; |
| 156 |
} |
| 157 |
|
| 158 |
.wp-adminify-deactivate-input-wrapper .wp-adminify-deactivate-feedback-dialog-label { |
| 159 |
display: block; |
| 160 |
font-size: 13px; |
| 161 |
} |
| 162 |
|
| 163 |
@keyframes wp-adminify-rotation { |
| 164 |
0% { |
| 165 |
transform: rotate(0deg); |
| 166 |
} |
| 167 |
to { |
| 168 |
transform: rotate(359deg); |
| 169 |
} |
| 170 |
} |
| 171 |
#wp-adminify-dialog-lightbox-submit.wp-adminify-loading:before { |
| 172 |
position: absolute; |
| 173 |
display: inline-block; |
| 174 |
content: "\f463"; |
| 175 |
font: 16px dashicons; |
| 176 |
margin: -2px -20px; |
| 177 |
animation: wp-adminify-rotation 2s linear infinite; |
| 178 |
} |
| 179 |
|