| 1 |
/** |
| 2 |
* Settings > ConvertKit |
| 3 |
*/ |
| 4 |
body.settings_page__wp_convertkit_settings { |
| 5 |
background: #f6f8fa; |
| 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/convertkit-long-inverted.svg) 20px 50% no-repeat; |
| 18 |
background-size: 200px auto; |
| 19 |
background-color: #212f4f; |
| 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: #cfd4d9; |
| 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 header a.convertkit-docs:hover { |
| 39 |
color: #fff; |
| 40 |
} |
| 41 |
body.settings_page__wp_convertkit_settings .wrap { |
| 42 |
margin-left: 20px; |
| 43 |
} |
| 44 |
|
| 45 |
/** |
| 46 |
* Notices |
| 47 |
*/ |
| 48 |
body.settings_page__wp_convertkit_settings .notice { |
| 49 |
margin-top: 0; |
| 50 |
} |
| 51 |
|
| 52 |
/** |
| 53 |
* Tabs |
| 54 |
*/ |
| 55 |
ul.convertkit-tabs { |
| 56 |
margin: 0 0 25px 0; |
| 57 |
padding: 0; |
| 58 |
list-style-type: none; |
| 59 |
border-bottom: 1px solid #cfd4d9; |
| 60 |
} |
| 61 |
ul.convertkit-tabs li { |
| 62 |
display: inline-block; |
| 63 |
margin: 0; |
| 64 |
padding: 0; |
| 65 |
height: 64px; |
| 66 |
line-height: 64px; |
| 67 |
list-style-type: none; |
| 68 |
} |
| 69 |
ul.convertkit-tabs li a { |
| 70 |
display: inline-block; |
| 71 |
padding: 0 20px; |
| 72 |
height: 64px; |
| 73 |
line-height: 64px; |
| 74 |
text-decoration: none; |
| 75 |
font-size: 14px; |
| 76 |
font-weight: bold; |
| 77 |
color: #6a6e72; |
| 78 |
} |
| 79 |
ul.convertkit-tabs li a:hover { |
| 80 |
color: #373f45; |
| 81 |
background: #e7e7e7; |
| 82 |
} |
| 83 |
ul.convertkit-tabs li a.convertkit-tab-active { |
| 84 |
color: #fb6068; |
| 85 |
border-bottom: 1px solid #fb6068; |
| 86 |
} |
| 87 |
ul.convertkit-tabs li a.convertkit-tab-active:hover { |
| 88 |
color: #d3434a; |
| 89 |
border-bottom: 1px solid #d3434a; |
| 90 |
} |
| 91 |
|
| 92 |
/** |
| 93 |
* Section |
| 94 |
*/ |
| 95 |
body.settings_page__wp_convertkit_settings .wrap .postbox { |
| 96 |
background: #fff; |
| 97 |
box-shadow: 0 2px 5px #0000000d; |
| 98 |
color: #373f45; |
| 99 |
margin: 0 0 30px 0; |
| 100 |
padding: 40px 30px 30px 30px; |
| 101 |
font-size: 14px; |
| 102 |
border: 1px solid #EDF2F4; |
| 103 |
} |
| 104 |
body.settings_page__wp_convertkit_settings .wrap .postbox h2 { |
| 105 |
margin: 0 0 30px 0; |
| 106 |
padding: 0 0 30px 0; |
| 107 |
font-size: 24px; |
| 108 |
font-weight: 600; |
| 109 |
border-bottom: 1px solid #EDF2F4; |
| 110 |
} |
| 111 |
body.settings_page__wp_convertkit_settings .wrap .postbox p { |
| 112 |
font-size: 14px; |
| 113 |
} |
| 114 |
body.settings_page__wp_convertkit_settings .wrap .postbox p.submit { |
| 115 |
padding: 0; |
| 116 |
} |
| 117 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button { |
| 118 |
margin: 0 5px 0 0; |
| 119 |
padding: 4px 12px; |
| 120 |
font-size: 14px; |
| 121 |
|
| 122 |
/* Required for WordPress 5.x styling */ |
| 123 |
height: auto; |
| 124 |
text-shadow: none; |
| 125 |
box-shadow: none; |
| 126 |
} |
| 127 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary { |
| 128 |
background: #fb6970; |
| 129 |
border-color: #fb6970; |
| 130 |
color: #fff; |
| 131 |
} |
| 132 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary:hover { |
| 133 |
background: #fb5058; |
| 134 |
border-color: #fb5058; |
| 135 |
} |
| 136 |
body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace { |
| 137 |
font-family: monospace; |
| 138 |
padding: 20px; |
| 139 |
} |
| 140 |
|
| 141 |
/** |
| 142 |
* Beta Label |
| 143 |
*/ |
| 144 |
body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label { |
| 145 |
background-color: #edf2f4; |
| 146 |
border-radius: 9999px; |
| 147 |
color: #000; |
| 148 |
margin: 0 0 0 12px; |
| 149 |
padding: 5px 12px; |
| 150 |
font-weight: 400; |
| 151 |
font-size: 13px; |
| 152 |
} |
| 153 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label { |
| 154 |
display: inline-block; |
| 155 |
background-color: #f6f8fa; |
| 156 |
border-radius: 9999px; |
| 157 |
border-width: 1px; |
| 158 |
margin: 0 0 0 12px; |
| 159 |
padding: 8px 12px; |
| 160 |
vertical-align: top; |
| 161 |
} |
| 162 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > h2 { |
| 163 |
display: inline-block; |
| 164 |
margin: 0; |
| 165 |
padding: 0; |
| 166 |
border: none; |
| 167 |
} |
| 168 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > p.description { |
| 169 |
margin-top: 30px; |
| 170 |
padding-top: 30px; |
| 171 |
border-top: 1px solid #EDF2F4; |
| 172 |
} |
| 173 |
|