PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.3.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.3.3
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
convertkit / resources / backend / css / settings.css

settings.css in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 3.3.3, at resources/backend/css/settings.css

239 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Settings > Kit
3 */
4 body.settings_page__wp_convertkit_settings {
5 background: #f9f7f4;
6 }
7
8 body.settings_page__wp_convertkit_settings #wpcontent {
9 padding-left: 0;
10 }
11
12 /**
13 * Header
14 */
15 body.settings_page__wp_convertkit_settings header {
16 height: 98px;
17 padding: 0 20px;
18 background: url(../images/kit-logo.svg) 30px 50% no-repeat;
19 background-size: 75px auto;
20 background-color: #fff;
21 }
22
23 body.settings_page__wp_convertkit_settings h1 {
24 margin: 0;
25 padding: 0;
26 font-weight: 400;
27 color: #d2d8dd;
28 text-indent: -9999px;
29 }
30
31 body.settings_page__wp_convertkit_settings header a.convertkit-docs {
32 float: right;
33 margin: 20px 20px 0 0;
34 padding: 0 0 0 30px;
35 font-weight: 400;
36 color: #144264;
37 text-decoration: none;
38 background: url(../images/help.svg) 0 0% no-repeat;
39 background-size: 20px 20px;
40 }
41
42 body.settings_page__wp_convertkit_settings .wrap {
43 margin-left: 20px;
44 }
45
46 /**
47 * Notices
48 */
49 body.settings_page__wp_convertkit_settings .notice {
50 margin-top: 0;
51 }
52
53 /**
54 * Tabs
55 */
56 ul.convertkit-tabs {
57 margin: 0 0 25px 0;
58 padding: 0;
59 list-style-type: none;
60 border-bottom: 1px solid #d0d0cf;
61 }
62
63 ul.convertkit-tabs li {
64 display: inline-block;
65 margin: 0;
66 padding: 0;
67 height: 64px;
68 line-height: 64px;
69 list-style-type: none;
70 }
71
72 ul.convertkit-tabs li a {
73 display: inline-block;
74 padding: 0 20px;
75 height: 64px;
76 line-height: 64px;
77 text-decoration: none;
78 font-size: 14px;
79 font-weight: 600;
80 color: #565656;
81 }
82
83 ul.convertkit-tabs li a:hover {
84 color: #144264;
85 background: #e7e7e7;
86 }
87
88 ul.convertkit-tabs li a.convertkit-tab-active {
89 color: #144264;
90 border-bottom: 1px solid #4c596d;
91 }
92
93 /**
94 * Section
95 */
96 body.settings_page__wp_convertkit_settings .wrap .postbox {
97 background: #fff;
98 color: #6e6e6e;
99 margin: 0 0 30px 0;
100 padding: 40px 30px 30px 30px;
101 font-size: 14px;
102 border-radius: 8px;
103 border: none;
104 }
105
106 body.settings_page__wp_convertkit_settings .wrap .postbox h2 {
107 margin: 0 0 30px 0;
108 padding: 0 0 30px 0;
109 font-size: 24px;
110 font-weight: 600;
111 border-bottom: 1px solid #e3e3e3;
112 color: #3d3d3d;
113 }
114
115 body.settings_page__wp_convertkit_settings .wrap .postbox p {
116 font-size: 14px;
117 }
118
119 body.settings_page__wp_convertkit_settings p.submit {
120 margin-bottom: 20px;
121 padding: 0;
122 }
123
124 body.settings_page__wp_convertkit_settings .button {
125 margin: 0 5px 0 0;
126 padding: 0 12px;
127 font-size: 14px;
128 border-radius: 10px;
129
130 /* Required for WordPress 7.0 styling */
131 line-height: 2.8;
132
133 /* Required for WordPress 5.x styling */
134 height: auto;
135 text-shadow: none;
136 box-shadow: none;
137 }
138
139 body.settings_page__wp_convertkit_settings .button-primary {
140 background: #1e1e1e;
141 border-color: #1e1e1e;
142 color: #fff;
143 }
144
145 body.settings_page__wp_convertkit_settings .button-primary:hover {
146 background: #3d3d3d;
147 border-color: #3d3d3d;
148 }
149
150 body.settings_page__wp_convertkit_settings .button-secondary {
151 background: #f0f0f0;
152 border-color: #f0f0f0;
153 color: #3d3d3d;
154 }
155
156 body.settings_page__wp_convertkit_settings .button-secondary:hover {
157 background: #ddd;
158 border-color: #ddd;
159 }
160
161 body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace {
162 font-family: monospace;
163 padding: 20px;
164 }
165
166 /**
167 * Beta Label
168 */
169 body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label {
170 background-color: #f0fff3;
171 border-radius: 9999px;
172 color: #4ec776;
173 margin: 0 0 0 12px;
174 padding: 1px 8px;
175 font-weight: 400;
176 font-size: 12px;
177 }
178
179 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label {
180 display: inline-block;
181 background-color: #f0fff3;
182 border-radius: 9999px;
183 color: #4ec776;
184 border-width: 1px;
185 margin: 7px 0 0 12px;
186 padding: 1px 8px;
187 vertical-align: top;
188 font-size: 12px;
189 }
190
191 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > h2 {
192 display: inline-block;
193 margin: 0;
194 padding: 0;
195 border: none;
196 }
197
198 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > p.description {
199 margin-top: 30px;
200 padding-top: 30px;
201 border-top: 1px solid #e3e3e3;
202 }
203
204 /**
205 * Screen Options
206 */
207 body.settings_page__wp_convertkit_settings #screen-meta-links {
208 position: absolute;
209 right: 0;
210 }
211
212 /**
213 * WP_List_Table Search
214 */
215 body.settings_page__wp_convertkit_settings .wrap .subtitle.left {
216 margin: 11px 0;
217 display: flex;
218 float: left;
219 padding-left: 0;
220 line-height: 40px;
221 font-style: italic;
222 }
223
224 body.settings_page__wp_convertkit_settings .wrap .search-box input[type="search"] {
225 min-height: 40px;
226 }
227
228 /**
229 * WP_List_Table Bulk Actions
230 */
231 body.settings_page__wp_convertkit_settings .wrap .tablenav.top {
232 margin-bottom: 10px;
233 }
234
235 body.settings_page__wp_convertkit_settings .wrap .tablenav input.button {
236 height: 20px;
237 line-height: 20px;
238 }
239