PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 1.9.8.0
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v1.9.8.0
3.4.2 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 All 195 releases
convertkit / resources / backend / css / settings.css

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

36 lines 884 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Settings > ConvertKit
3 */
4 body.settings_page__wp_convertkit_settings #wpcontent {
5 padding-left: 0;
6 }
7 body.settings_page__wp_convertkit_settings header {
8 padding: 40px 20px;
9 background: url(../images/convertkit-long-inverted.svg) 20px 50% no-repeat;
10 background-size: 200px auto;
11 background-color: #212f4f;
12 }
13 body.settings_page__wp_convertkit_settings h1 {
14 margin: 0;
15 padding: 0;
16 font-weight: 400;
17 color: #D2D8DD;
18 text-indent: -9999px;
19 }
20 body.settings_page__wp_convertkit_settings .wrap {
21 margin-left: 20px;
22 }
23 body.settings_page__wp_convertkit_settings .notices {
24 margin: 20px 0 10px 0;
25 }
26 body.settings_page__wp_convertkit_settings .notice {
27 margin: 20px 0 15px 0;
28 }
29 body.settings_page__wp_convertkit_settings textarea.convertkit-monospace {
30 font-family: monospace;
31 padding: 20px;
32 }
33 body.settings_page__wp_convertkit_settings input.button {
34 margin: 0 5px 0 0;
35 }
36