PluginProbe
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification / 5.6.2
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification v5.6.2
5.6.2 5.6.3 5.6.1 5.6.0 5.5.0 5.4.0 5.3.2 5.3.1 5.1.6 5.1.5 trunk 2.1.5 2.11 2.12 2.13 2.15 3.0.0 3.0.1 3.0.2 3.0.3 3.0.5 3.0.51 3.0.60 3.0.61 3.0.62 All 38 releases
double-opt-in / assets / css / email-editor-fallback.css

email-editor-fallback.css in Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification 5.6.2, at assets/css/email-editor-fallback.css

50 lines 814 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Email Editor Fallback Styles
3 */
4
5 .doi-email-editor-header {
6 margin-bottom: 20px;
7 }
8
9 .doi-email-editor-header h1 {
10 margin-top: 10px;
11 }
12
13 .doi-back-link {
14 display: inline-block;
15 margin-bottom: 10px;
16 text-decoration: none;
17 }
18
19 .doi-back-link:hover {
20 text-decoration: underline;
21 }
22
23 .doi-email-editor-fallback {
24 background: #fff;
25 padding: 20px;
26 border: 1px solid #c3c4c7;
27 }
28
29 .doi-email-editor-fallback pre {
30 background: #f0f0f1;
31 padding: 15px;
32 border-radius: 4px;
33 overflow-x: auto;
34 }
35
36 .doi-editor-loading {
37 display: flex;
38 flex-direction: column;
39 align-items: center;
40 justify-content: center;
41 min-height: 400px;
42 background: #fff;
43 border: 1px solid #c3c4c7;
44 }
45
46 .doi-editor-loading .spinner {
47 float: none;
48 margin: 0 0 10px 0;
49 }
50