about.css
3 weeks ago
admin-notifications.css
3 weeks ago
callout.css
3 weeks ago
cff-admin-style.css
3 weeks ago
extensions.css
3 weeks ago
oembeds.css
3 weeks ago
settings.css
3 weeks ago
support.css
3 weeks ago
admin-notifications.css
268 lines
| 1 | #cff-notifications { |
| 2 | position: relative; |
| 3 | background: #FFFFFF 0 0 no-repeat padding-box; |
| 4 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 5 | border-radius: 2px; |
| 6 | opacity: 1; |
| 7 | min-height: 48px; |
| 8 | padding: 20px 120px 20px 82px; |
| 9 | margin: 0 0 14px 0; |
| 10 | box-sizing: border-box; |
| 11 | } |
| 12 | #cff-notifications.cff_review_notice, |
| 13 | #cff-notifications.cff_discount_notice { |
| 14 | padding: 16px 70px 16px 82px |
| 15 | } |
| 16 | #cff-notifications * { |
| 17 | box-sizing: border-box; |
| 18 | } |
| 19 | |
| 20 | #cff-notifications .bell, |
| 21 | #cff-notifications .thumb{ |
| 22 | position: absolute; |
| 23 | top: 11px; |
| 24 | left: 24px; |
| 25 | width: 42px; |
| 26 | height: 42px; |
| 27 | } |
| 28 | |
| 29 | #cff-notifications .rn_step_2 .bell, |
| 30 | #cff-notifications .rn_step_2 .thumb, |
| 31 | .cff_discount_notice .bell, |
| 32 | .cff_discount_notice .cff_thumb { |
| 33 | top: 16px !important; |
| 34 | } |
| 35 | #cff-notifications .thumb img, |
| 36 | #cff-notifications .bell img { |
| 37 | max-width: 100%; |
| 38 | } |
| 39 | #cff-notifications .thumb .img-overlay { |
| 40 | top: 42px; |
| 41 | left: -6px; |
| 42 | width: 54px; |
| 43 | position: absolute; |
| 44 | background: #ca4a1f; |
| 45 | color: #fff; |
| 46 | padding: 2px 4px; |
| 47 | border-radius: 3px; |
| 48 | line-height: 1; |
| 49 | font-size: 11px; |
| 50 | font-weight: bold; |
| 51 | text-align: center; |
| 52 | } |
| 53 | |
| 54 | #cff-notifications .messages .message { |
| 55 | display: none; |
| 56 | } |
| 57 | |
| 58 | #cff-notifications .messages .message.current { |
| 59 | display: block; |
| 60 | } |
| 61 | |
| 62 | #cff-notifications .messages .message .title { |
| 63 | font-weight: 600; |
| 64 | font-size: 16px; |
| 65 | line-height: 25px; |
| 66 | margin: 0; |
| 67 | color: #141B38; |
| 68 | letter-spacing: -0.01em; |
| 69 | } |
| 70 | |
| 71 | #cff-notifications .messages .message .content { |
| 72 | font-weight: normal; |
| 73 | font-size: 14px; |
| 74 | line-height: 22px; |
| 75 | margin: 2px 0 32px 0; |
| 76 | color: #434960; |
| 77 | } |
| 78 | |
| 79 | #cff-notifications .messages .message .buttons { |
| 80 | margin: -15px 0px 3px 0; |
| 81 | display: flex; |
| 82 | } |
| 83 | .cff-btn { |
| 84 | transition: all 0.15s ease-in-out; |
| 85 | letter-spacing: 0.2px; |
| 86 | } |
| 87 | /*orange*/ |
| 88 | .cff-btn-orange{ |
| 89 | background: #FE544F!important; |
| 90 | color: #fff!important; |
| 91 | } |
| 92 | .cff-btn-orange:hover{ |
| 93 | background: #EC352F!important; |
| 94 | color: #fff!important; |
| 95 | } |
| 96 | .cff-btn-orange:focus, |
| 97 | .cff-btn-orange:active{ |
| 98 | background: #BC120E!important; |
| 99 | color: #fff!important; |
| 100 | } |
| 101 | /*grey*/ |
| 102 | .cff-btn-grey{ |
| 103 | background: #F3F4F5!important; |
| 104 | color: #141B38!important; |
| 105 | border: 1px solid #D0D1D7!important; |
| 106 | } |
| 107 | .cff-btn-grey:hover{ |
| 108 | background: #fff!important; |
| 109 | color: #141B38!important; |
| 110 | border: 1px solid #DCDDE1!important; |
| 111 | } |
| 112 | .cff-btn-grey:focus, |
| 113 | .cff-btn-grey:active{ |
| 114 | background: #E8E8EB!important; |
| 115 | color: #141B38!important; |
| 116 | border: 1px solid #D0D1D7!important; |
| 117 | } |
| 118 | #cff-notifications .messages .message .buttons a { |
| 119 | font-weight: 600; |
| 120 | padding: 6px 12px; |
| 121 | border-radius: 2px; |
| 122 | box-sizing: border-box; |
| 123 | text-decoration: none; |
| 124 | font-size: 12px; |
| 125 | border: none; |
| 126 | } |
| 127 | #cff-notifications .messages .message .buttons a.cff-btn-orange { |
| 128 | border: 1px solid #FE544F |
| 129 | } |
| 130 | #cff-notifications .messages .message .buttons a:not(:last-child) { |
| 131 | margin-right: 8px; |
| 132 | } |
| 133 | #cff-notifications .messages .message .buttons a:focus, |
| 134 | #cff-notifications .messages .message .buttons a:active { |
| 135 | outline: none; |
| 136 | box-shadow: none; |
| 137 | } |
| 138 | #cff-notifications .dismiss { |
| 139 | position: absolute; |
| 140 | top: 2px; |
| 141 | right: 6px; |
| 142 | width: 30px; |
| 143 | height: 32px; |
| 144 | color: #72777C; |
| 145 | font-size: 16px; |
| 146 | cursor: pointer; |
| 147 | align-items: center; |
| 148 | line-height: 16px; |
| 149 | display: flex; |
| 150 | justify-content: center; |
| 151 | } |
| 152 | #cff-notifications .dismiss svg { |
| 153 | width: 15px; |
| 154 | height: 15px; |
| 155 | } |
| 156 | #cff-notifications .dismiss svg path { |
| 157 | fill: #8C8F9A; |
| 158 | } |
| 159 | #cff-notifications .navigation { |
| 160 | position: absolute; |
| 161 | bottom: 24px; |
| 162 | right: 21px; |
| 163 | width: 72px; |
| 164 | height: 30px; |
| 165 | } |
| 166 | |
| 167 | #cff-notifications .navigation a { |
| 168 | width: 32px; |
| 169 | height: 32px; |
| 170 | border: 1px solid #DCDDE1; |
| 171 | border-radius: 2px; |
| 172 | font-size: 8px; |
| 173 | text-align: center; |
| 174 | vertical-align: middle; |
| 175 | line-height: 30px; |
| 176 | cursor: pointer; |
| 177 | background: #F3F4F5; |
| 178 | color: #141B38; |
| 179 | display: flex; |
| 180 | align-items: center; |
| 181 | justify-content: center; |
| 182 | transition: all 0.15s ease-in-out; |
| 183 | } |
| 184 | |
| 185 | #cff-notifications .navigation svg { |
| 186 | width: 9px; |
| 187 | height: 9px; |
| 188 | } |
| 189 | |
| 190 | #cff-notifications .navigation a:not(.disabled):hover { |
| 191 | background-color: #fff; |
| 192 | } |
| 193 | #cff-notifications .navigation a:not(.disabled):focus, |
| 194 | #cff-notifications .navigation a:not(.disabled):active { |
| 195 | background: #E8E8EB; |
| 196 | color: #141B38; |
| 197 | } |
| 198 | |
| 199 | #cff-notifications .navigation .prev { |
| 200 | float: left; |
| 201 | } |
| 202 | |
| 203 | #cff-notifications .navigation .next { |
| 204 | float: right; |
| 205 | } |
| 206 | |
| 207 | #cff-notifications .navigation .disabled { |
| 208 | background: #E8E8EB; |
| 209 | color: #8C8F9A; |
| 210 | cursor: default; |
| 211 | } |
| 212 | @media screen and (max-width: 880px) { |
| 213 | #cff-notifications .messages .message .buttons { |
| 214 | flex-wrap: wrap; |
| 215 | } |
| 216 | #cff-notifications .messages .message .buttons a, |
| 217 | .cff-notice-links a { |
| 218 | margin: 0; |
| 219 | display: inline-block; |
| 220 | margin-bottom: 6px; |
| 221 | } |
| 222 | } |
| 223 | @media screen and (max-width: 768px) { |
| 224 | #cff-notifications { |
| 225 | padding: 15px 15px 15px 72px; |
| 226 | } |
| 227 | #cff-notifications .messages .message .title { |
| 228 | margin: 0 30px 0 0; |
| 229 | } |
| 230 | #cff-notifications .messages .message .content { |
| 231 | font-size: 16px; |
| 232 | line-height: 24px; |
| 233 | } |
| 234 | #cff-notifications .messages .message .buttons { |
| 235 | margin: -10px 0 0; |
| 236 | } |
| 237 | |
| 238 | #cff-notifications .messages .message .buttons .button-secondary { |
| 239 | margin-top: 6px; |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | @media screen and (max-width: 580px) { |
| 244 | #cff-notifications.cff_review_notice, #cff-notifications.cff_discount_notice { |
| 245 | padding: 16px 30px 16px 82px; |
| 246 | } |
| 247 | } |
| 248 | .cff-notice-alert { |
| 249 | display: inline-block; |
| 250 | position: absolute; |
| 251 | vertical-align: top; |
| 252 | box-sizing: border-box; |
| 253 | margin: 1px 0 0 4px; |
| 254 | padding: 0 5px; |
| 255 | min-width: 18px; |
| 256 | height: 18px; |
| 257 | border-radius: 9px; |
| 258 | background-color: #d63638; |
| 259 | color: #fff; |
| 260 | font-size: 11px; |
| 261 | line-height: 1.6; |
| 262 | text-align: center; |
| 263 | z-index: 26; |
| 264 | } |
| 265 | |
| 266 | .cff-new-indicator.cff-notice-alert { |
| 267 | background-color: #1da867; |
| 268 | } |