upgrade-notice.css
4.15 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
.wpallexport-plugin .wpallexport-upgrade-notice {
text-align: center;
padding: 60px 20px 20px 20px;
}
.wpallexport-plugin .wpallexport-upgrade-notice h1 {
font-size: 32px;
font-weight: 700;
}
.wpallexport-plugin .wpallexport-upgrade-notice a.custom-close {
content: "";
height: 12px;
width: 12px;
position: absolute;
background-image: url("../img/upgrade-notice/dismiss.svg");
background-repeat: no-repeat;
background-size: 12px;
top: 25px;
right: 35px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade h2 {
font-size: 20px;
color: #41515F;
font-weight: 400;
width: 70%;
margin: auto;
line-height: 1.2;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks {
display: flex;
justify-content: center;
margin: 40px 0;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li {
padding: 0;
list-style-type: none;
padding: 0 20px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > span {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 14px;
font-weight: 900;
color: #02182B;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > span:before {
content: "";
display: inline-flex;
height: 64px;
width: 64px;
background-size: 64px 64px;
background-repeat: no-repeat;
padding-bottom: 15px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > small {
font-size: 14px;
color: #41515F;
line-height: 1.5;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.guarantee > span:before {
background-image: url("../img/upgrade-notice/guarantee.svg");
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.updates > span:before {
background-image: url("../img/upgrade-notice/updates.svg");
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.support > span:before {
background-image: url("../img/upgrade-notice/support.svg");
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.license > span:before {
background-image: url("../img/upgrade-notice/license.svg");
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features {
display: flex;
justify-content: center;
padding: 35px 0;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column {
width: 40%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.list > span {
display: flex;
align-items: center;
margin: 6px 0;
font-size: 16px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.list > span:before {
content: "";
display: inline-flex;
height: 16px;
width: 16px;
background-image: url("../img/upgrade-notice/check.svg");
background-size: 16px;
margin-right: 12px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.cta {
justify-content: flex-end;
align-items: center;
padding-bottom: 10px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.cta > span {
color: #41515F;
font-size: 13px;
margin-top: 10px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade .trusted {
display: block;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade p.already-have {
margin: 0;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade p.already-have a {
color: rgba(65, 81, 95, 0.61);
font-size: 13px;
cursor: pointer;
}
.wpallexport-plugin .wpallexport-upgrade-notice .upgrade .upgrade-button {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #00B3B6;
font-size: 20px;
font-weight: 600;
border-radius: 7px;
width: 100%;
height: 64px;
border: none;
}
.wpallexport-plugin .wpallexport-upgrade-notice .install {
display: none;
}
.wpallexport-plugin .wpallexport-upgrade-notice .install p {
margin-top: 30px;
font-size: 16px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .install a {
font-size: 16px;
}
.wpallexport-plugin .wpallexport-upgrade-notice .wp-pointer-buttons {
display: none;
}
/*# sourceMappingURL=upgrade-notice.css.map */