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

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