PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.3.1
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.3.1
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / static / css / upgrade-notice.scss
wp-all-export / static / css Last commit date
admin-ie.css 12 years ago admin-wp-3.8.css 12 years ago admin-wp-4.4.css 10 years ago admin.css 4 years ago upgrade-notice.css 4 years ago upgrade-notice.css.map 4 years ago upgrade-notice.scss 4 years ago
upgrade-notice.scss
193 lines
1 .wpallexport-plugin {
2 .wpallexport-upgrade-notice {
3 text-align: center;
4 padding: 60px 20px 20px 20px;
5
6 h1 {
7 font-size: 32px;
8 font-weight: 700;
9 }
10
11 a.custom-close {
12 content: '';
13 height: 12px;
14 width: 12px;
15 position: absolute;
16 background-image: url('../img/upgrade-notice/dismiss.svg');
17 background-repeat: no-repeat;
18 background-size: 12px;
19 top: 25px;
20 right: 35px;
21 }
22
23 .upgrade {
24 h2 {
25 font-size: 20px;
26 color: #41515F;
27 font-weight: 400;
28 width: 70%;
29 margin: auto;
30 line-height: 1.2;
31 }
32
33 > .perks {
34 display: flex;
35 justify-content: center;
36 margin: 40px 0;
37
38 > li {
39 padding: 0;
40 list-style-type: none;
41 padding: 0 20px;
42
43 > span {
44 &:before {
45 content: '';
46 display: inline-flex;
47 height: 64px;
48 width: 64px;
49 background-size: 64px 64px;
50 background-repeat: no-repeat;
51 padding-bottom: 15px;
52 }
53
54 display: flex;
55 flex-direction: column;
56 justify-content: center;
57 align-items: center;
58 font-size: 14px;
59 font-weight: 900;
60 color: #02182B;
61 }
62
63 > small {
64 font-size: 14px;
65 color: #41515F;
66 line-height: 1.5;
67 }
68
69 &.guarantee {
70 > span {
71 &:before {
72 background-image: url('../img/upgrade-notice/guarantee.svg');
73 }
74 }
75 }
76
77 &.updates {
78 > span {
79 &:before {
80 background-image: url('../img/upgrade-notice/updates.svg');
81 }
82 }
83 }
84
85 &.support {
86 > span {
87 &:before {
88 background-image: url('../img/upgrade-notice/support.svg');
89 }
90 }
91 }
92
93 &.license {
94 > span {
95 &:before {
96 background-image: url('../img/upgrade-notice/license.svg');
97 }
98 }
99 }
100 }
101 }
102
103 > .features {
104 display: flex;
105 justify-content: center;
106 padding: 35px 0;
107
108 .column {
109 width: 40%;
110 display: flex;
111 flex-direction: column;
112 align-items: flex-start;
113
114 &.list {
115 > span {
116 display: flex;
117 align-items: center;
118 margin: 6px 0;
119 font-size: 16px;
120
121 &:before {
122 content: '';
123 display: inline-flex;
124 height: 16px;
125 width: 16px;
126 background-image: url('../img/upgrade-notice/check.svg');
127 background-size: 16px;
128 margin-right: 12px;
129 }
130 }
131 }
132
133 &.cta {
134 justify-content: flex-end;
135 align-items: center;
136 padding-bottom: 10px;
137
138 > span {
139 color: #41515F;
140 font-size: 13px;
141 margin-top: 10px;
142 }
143 }
144 }
145 }
146
147 .trusted {
148 display: block;
149 }
150
151 p.already-have {
152 margin: 0;
153
154 a {
155 color: rgba(65, 81, 95, 0.61);
156 font-size: 13px;
157 cursor: pointer;
158 }
159 }
160
161 .upgrade-button {
162 display: flex;
163 align-items: center;
164 justify-content: center;
165 color: #fff;
166 background-color: #00B3B6;
167 font-size: 20px;
168 font-weight: 600;
169 border-radius: 7px;
170 width: 100%;
171 height: 64px;
172 border: none;
173 }
174 }
175
176 .install {
177 display: none;
178
179 p {
180 margin-top: 30px;
181 font-size: 16px;
182 }
183
184 a {
185 font-size: 16px;
186 }
187 }
188
189 .wp-pointer-buttons {
190 display: none;
191 }
192 }
193 }