-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
76 lines (64 loc) · 1.73 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
Theme Name: Twenty Twenty Child
Description: Twenty Twenty Child Theme
Author: George Martsoukos
Author URI: https://georgemartsoukos.com
Template: twentytwenty
Version: 1.0.0
*/
/* FORM
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-with-lottie-animations * {
margin: 0;
}
.form-with-lottie-animations ul {
list-style: none;
}
.form-with-lottie-animations label {
font-family: sans-serif;
font-size: 2rem;
cursor: pointer;
}
.form-with-lottie-animations .form-wrapper {
margin-bottom: 25px;
}
.form-with-lottie-animations .form-submit-wrapper {
position: relative;
display: inline-block;
}
.form-with-lottie-animations .wpcf7-submit {
width: 200px;
height: 55px;
color: #222;
text-decoration: none;
background: #abc398;
padding: 10px;
border-radius: 5px;
}
.form-with-lottie-animations .wpcf7-submit:focus {
outline: none;
}
.form-with-lottie-animations .form-submit-wrapper lottie-player {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.form-with-lottie-animations .form-submit-wrapper .invisible {
visibility: hidden;
}
/* CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-with-lottie-animations .wpcf7-not-valid-tip,
.form-with-lottie-animations .wpcf7-response-output,
.form-with-lottie-animations .ajax-loader {
display: none;
}
.form-with-lottie-animations .show {
display: block;
}
.wpcf7 .form-with-lottie-animations .wpcf7-response-output {
padding: 0;
margin: 0;
border: none;
}