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

179 lines 3.9 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 color: #6e6e6e;
91 margin: 0 0 30px 0;
92 padding: 40px 30px 30px 30px;
93 font-size: 14px;
94 border-radius: 8px;
95 border: none;
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 #e3e3e3;
103 color: #3d3d3d;
104 }
105 body.settings_page__wp_convertkit_settings .wrap .postbox p {
106 font-size: 14px;
107 }
108 body.settings_page__wp_convertkit_settings .wrap .postbox p.submit {
109 padding: 0;
110 }
111 body.settings_page__wp_convertkit_settings .wrap .postbox .button {
112 margin: 0 5px 0 0;
113 padding: 4px 12px;
114 font-size: 14px;
115 border-radius: 10px;
116
117 /* Required for WordPress 5.x styling */
118 height: auto;
119 text-shadow: none;
120 box-shadow: none;
121 }
122 body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary {
123 background: #1e1e1e;
124 border-color: #1e1e1e;
125 color: #fff;
126 }
127 body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary:hover {
128 background: #3d3d3d;
129 border-color: #3d3d3d;
130 }
131 body.settings_page__wp_convertkit_settings .wrap .postbox .button-secondary {
132 background: #f0f0f0;
133 border-color: #f0f0f0;
134 color: #3d3d3d;
135 }
136 body.settings_page__wp_convertkit_settings .wrap .postbox .button-secondary:hover {
137 background: #ddd;
138 border-color: #ddd;
139 }
140 body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace {
141 font-family: monospace;
142 padding: 20px;
143 }
144
145 /**
146 * Beta Label
147 */
148 body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label {
149 background-color: #f0fff3;
150 border-radius: 9999px;
151 color: #4ec776;
152 margin: 0 0 0 12px;
153 padding: 1px 8px;
154 font-weight: 400;
155 font-size: 12px;
156 }
157 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label {
158 display: inline-block;
159 background-color: #f0fff3;
160 border-radius: 9999px;
161 color: #4ec776;
162 border-width: 1px;
163 margin: 7px 0 0 12px;
164 padding: 1px 8px;
165 vertical-align: top;
166 font-size: 12px;
167 }
168 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > h2 {
169 display: inline-block;
170 margin: 0;
171 padding: 0;
172 border: none;
173 }
174 body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > p.description {
175 margin-top: 30px;
176 padding-top: 30px;
177 border-top: 1px solid #e3e3e3;
178 }
179