PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.6.0
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.6.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 2.6.0, at resources/backend/css/settings.css

166 lines 3.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 body.settings_page__wp_convertkit_settings #wpcontent {
8 padding-left: 0;
9 }
10
11 /**
12 * Header
13 */
14 body.settings_page__wp_convertkit_settings header {
15 height: 98px;
16 padding: 0 20px;
17 background: url(../images/kit-logo.svg) 30px 50% no-repeat;
18 background-size: 75px auto;
19 background-color: #ffffff;
20 }
21 body.settings_page__wp_convertkit_settings h1 {
22 margin: 0;
23 padding: 0;
24 font-weight: 400;
25 color: #D2D8DD;
26 text-indent: -9999px;
27 }
28 body.settings_page__wp_convertkit_settings header a.convertkit-docs {
29 float: right;
30 margin: 20px 20px 0 0;
31 padding: 0 0 0 30px;
32 font-weight: 400;
33 color: #144264;
34 text-decoration: none;
35 background: url(../images/help.svg) 0 0% no-repeat;
36 background-size: 20px 20px;
37 }
38 body.settings_page__wp_convertkit_settings .wrap {
39 margin-left: 20px;
40 }
41
42 /**
43 * Notices
44 */
45 body.settings_page__wp_convertkit_settings .notice {
46 margin-top: 0;
47 }
48
49 /**
50 * Tabs
51 */
52 ul.convertkit-tabs {
53 margin: 0 0 25px 0;
54 padding: 0;
55 list-style-type: none;
56 border-bottom: 1px solid #d0d0cf;
57 }
58 ul.convertkit-tabs li {
59 display: inline-block;
60 margin: 0;
61 padding: 0;
62 height: 64px;
63 line-height: 64px;
64 list-style-type: none;
65 }
66 ul.convertkit-tabs li a {
67 display: inline-block;
68 padding: 0 20px;
69 height: 64px;
70 line-height: 64px;
71 text-decoration: none;
72 font-size: 14px;
73 font-weight: 600;
74 color: #565656;
75 }
76 ul.convertkit-tabs li a:hover {
77 color: #144264;
78 background: #e7e7e7;
79 }
80 ul.convertkit-tabs li a.convertkit-tab-active {
81 color: #144264;
82 border-bottom: 1px solid #4c596d;
83 }
84
85 /**
86 * Section
87 */
88 body.settings_page__wp_convertkit_settings .wrap .postbox {
89 background: #fff;
90 box-shadow: 0 2px 5px #0000000d;
91 color: #373f45;
92 margin: 0 0 30px 0;
93 padding: 40px 30px 30px 30px;
94 font-size: 14px;
95 border: 1px solid #EDF2F4;
96 }
97 body.settings_page__wp_convertkit_settings .wrap .postbox h2 {
98 margin: 0 0 30px 0;
99 padding: 0 0 30px 0;
100 font-size: 24px;
101 font-weight: 600;
102 border-bottom: 1px solid #EDF2F4;
103 }
104 body.settings_page__wp_convertkit_settings .wrap .postbox p {
105 font-size: 14px;
106 }
107 body.settings_page__wp_convertkit_settings .wrap .postbox p.submit {
108 padding: 0;
109 }
110 body.settings_page__wp_convertkit_settings .wrap .postbox .button {
111 margin: 0 5px 0 0;
112 padding: 4px 12px;
113 font-size: 14px;
114
115 /* Required for WordPress 5.x styling */
116 height: auto;
117 text-shadow: none;
118 box-shadow: none;
119 }
120 body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary {
121 background: #1e1e1e;
122 border-color: #1e1e1e;
123 color: #fff;
124 }
125 body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary:hover {
126 background: #1e1e1e;
127 border-color: #1e1e1e;
128 }
129 body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace {
130 font-family: monospace;
131 padding: 20px;
132 }
133
134 /**
135 * Beta Label
136 */
137 body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label {
138 background-color: #edf2f4;
139 border-radius: 9999px;
140 color: #000;
141 margin: 0 0 0 12px;
142 padding: 5px 12px;
143 font-weight: 400;
144 font-size: 13px;
145 }
146 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label {
147 display: inline-block;
148 background-color: #F9F7F4;
149 border-radius: 9999px;
150 border-width: 1px;
151 margin: 0 0 0 12px;
152 padding: 8px 12px;
153 vertical-align: top;
154 }
155 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > h2 {
156 display: inline-block;
157 margin: 0;
158 padding: 0;
159 border: none;
160 }
161 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > p.description {
162 margin-top: 30px;
163 padding-top: 30px;
164 border-top: 1px solid #EDF2F4;
165 }
166