admin.scss
195 lines
| 1 | .evf-clean-talk-label-1{ |
| 2 | font-size: 16px; |
| 3 | font-weight: 500; |
| 4 | } |
| 5 | .evf-clean-talk-label-2{ |
| 6 | font-size: 13px; |
| 7 | font-weight: 400 |
| 8 | } |
| 9 | |
| 10 | #evf-clean-talk-section-container{ |
| 11 | .evf-clean-talk-radio{ |
| 12 | display:flex; |
| 13 | margin: 12px 0; |
| 14 | gap:24px; |
| 15 | align-items: center |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | .everest-forms-border-container{ |
| 20 | .everest-forms-clean-talk-setting-container{ |
| 21 | display: flex; |
| 22 | justify-content: space-between; |
| 23 | height: 39px; |
| 24 | border-bottom: 1px solid #E9E9E9; |
| 25 | margin-bottom: 24px; |
| 26 | |
| 27 | .everest-forms-border-container-title{ |
| 28 | border-bottom: 0px !important; |
| 29 | } |
| 30 | |
| 31 | .everest-forms-update-clean-talk-key-button{ |
| 32 | background-color: #ffff; |
| 33 | color: #2271B1; |
| 34 | border: none; |
| 35 | cursor: pointer; |
| 36 | margin-right: 12px; |
| 37 | font-size: 13px; |
| 38 | font-style: normal; |
| 39 | font-weight: 400; |
| 40 | line-height: 150%; |
| 41 | text-decoration: underline !important; |
| 42 | } |
| 43 | |
| 44 | .everest-forms-learn-more-link-cleantalk{ |
| 45 | color: #2271B1; |
| 46 | text-align: right; |
| 47 | font-size: 13px; |
| 48 | font-style: normal; |
| 49 | font-weight: 400; |
| 50 | line-height: 150%; |
| 51 | text-decoration: underline !important; |
| 52 | } |
| 53 | } |
| 54 | .everest-forms-warning-container{ |
| 55 | display: flex; |
| 56 | align-items: center; |
| 57 | gap: 8px; |
| 58 | padding: 10px 11px; |
| 59 | border-left: 3px solid #EE9936; |
| 60 | background: #FFFAF5; |
| 61 | align-self: stretch; |
| 62 | height: 40px; |
| 63 | height: 40px; |
| 64 | margin: 20px 0; |
| 65 | } |
| 66 | |
| 67 | .everest-forms-warning-text{ |
| 68 | color: #383838; |
| 69 | font-size: 13px; |
| 70 | font-style: normal; |
| 71 | font-weight: 400; |
| 72 | line-height: 150%; |
| 73 | } |
| 74 | |
| 75 | .everest-forms-warning-text-link{ |
| 76 | color: #2271B1; |
| 77 | font-size: 13px; |
| 78 | font-style: normal; |
| 79 | font-weight: 400; |
| 80 | line-height: 150%; |
| 81 | text-decoration-line: underline !important; |
| 82 | text-decoration-style: solid; |
| 83 | text-decoration-skip-ink: none; |
| 84 | text-decoration-thickness: auto; |
| 85 | text-underline-offset: auto; |
| 86 | cursor: pointer; |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | .everest-forms-clean-talk-form-container{ |
| 91 | .clean-talk-form-group{ |
| 92 | margin: 24px; |
| 93 | .everest-forms-clean-talk-error-message-container{ |
| 94 | padding: 10px 11px; |
| 95 | display: flex; |
| 96 | margin: 16px 0; |
| 97 | } |
| 98 | .everest-forms-clean-talk-error-message-container.evf-error-message{ |
| 99 | color: #383838; |
| 100 | font-size: 13px; |
| 101 | font-style: normal; |
| 102 | font-weight: 400; |
| 103 | line-height: 150%; |
| 104 | border-left: 3px solid #F25656; |
| 105 | background: #FFF4F4; |
| 106 | } |
| 107 | |
| 108 | .everest-forms-clean-talk-error-message-container.evf-success-message{ |
| 109 | color: #383838; |
| 110 | font-size: 13px; |
| 111 | font-style: normal; |
| 112 | font-weight: 400; |
| 113 | line-height: 150%; |
| 114 | border-left: 3px solid #4CC741; |
| 115 | background:#F5FFF4; |
| 116 | } |
| 117 | |
| 118 | .everest-forms-clean-talk-message-box{ |
| 119 | margin-left: 8px; |
| 120 | } |
| 121 | |
| 122 | .everest-forms-clean-talk-access-key-title{ |
| 123 | text-align: left; |
| 124 | margin-bottom: 12px; |
| 125 | font-size: 15px; |
| 126 | font-weight: 500; |
| 127 | line-height: 120% |
| 128 | } |
| 129 | .everest-forms-clean-talk-access-key{ |
| 130 | height:38px; |
| 131 | margin: 0; |
| 132 | width: 100%; |
| 133 | } |
| 134 | |
| 135 | .everest-forms-clean-talk-note{ |
| 136 | text-align: left; |
| 137 | background: #f3f6fb; |
| 138 | padding: 10px; |
| 139 | border-left: 3px solid #4584FF; |
| 140 | display: flex; |
| 141 | |
| 142 | svg{ |
| 143 | margin-right: 8px !important; |
| 144 | margin-top: 2px !important; |
| 145 | } |
| 146 | |
| 147 | p{ |
| 148 | color: #383838 !important; |
| 149 | font-size: 13px !important; |
| 150 | font-style: normal !important; |
| 151 | font-weight: 400 !important; |
| 152 | line-height: 150% !important; |
| 153 | } |
| 154 | } |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | .everest-forms-clean_talk__submit { |
| 159 | margin-right: 24px !important; |
| 160 | padding: 10px 16px !important; |
| 161 | color: #FFF !important; |
| 162 | font-size: 14px !important; |
| 163 | font-style: normal !important; |
| 164 | font-weight: 400 !important; |
| 165 | line-height: 120% !important; |
| 166 | margin-bottom: 24px !important; |
| 167 | text-transform: capitalize !important; |
| 168 | } |
| 169 | |
| 170 | |
| 171 | .evf-clean-talk-message.evf-success-message{ |
| 172 | color: #383838; |
| 173 | font-size: 13px; |
| 174 | font-style: normal; |
| 175 | font-weight: 400; |
| 176 | line-height: 150%; |
| 177 | border-left: 3px solid #4CC741; |
| 178 | background:#F5FFF4; |
| 179 | } |
| 180 | |
| 181 | .evf-clean-talk-message{ |
| 182 | padding: 10px 11px; |
| 183 | display: flex; |
| 184 | margin: 16px 0; |
| 185 | } |
| 186 | .evf-clean-talk-message.evf-error-message{ |
| 187 | color: #383838; |
| 188 | font-size: 13px; |
| 189 | font-style: normal; |
| 190 | font-weight: 400; |
| 191 | line-height: 150%; |
| 192 | border-left: 3px solid #F25656; |
| 193 | background: #FFF4F4; |
| 194 | } |
| 195 |