| 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 |
padding: 40px 20px; |
| 16 |
background: url(../images/convertkit-long-inverted.svg) 20px 50% no-repeat; |
| 17 |
background-size: 200px auto; |
| 18 |
background-color: #212f4f; |
| 19 |
} |
| 20 |
body.settings_page__wp_convertkit_settings h1 { |
| 21 |
margin: 0; |
| 22 |
padding: 0; |
| 23 |
font-weight: 400; |
| 24 |
color: #D2D8DD; |
| 25 |
text-indent: -9999px; |
| 26 |
} |
| 27 |
body.settings_page__wp_convertkit_settings .wrap { |
| 28 |
margin-left: 20px; |
| 29 |
} |
| 30 |
|
| 31 |
/** |
| 32 |
* Notices |
| 33 |
*/ |
| 34 |
body.settings_page__wp_convertkit_settings .notice { |
| 35 |
margin-top: 0; |
| 36 |
} |
| 37 |
|
| 38 |
/** |
| 39 |
* Tabs |
| 40 |
*/ |
| 41 |
ul.convertkit-tabs { |
| 42 |
margin: 0 0 25px 0; |
| 43 |
padding: 0; |
| 44 |
list-style-type: none; |
| 45 |
border-bottom: 1px solid #cfd4d9; |
| 46 |
} |
| 47 |
ul.convertkit-tabs li { |
| 48 |
display: inline-block; |
| 49 |
margin: 0; |
| 50 |
padding: 0; |
| 51 |
height: 64px; |
| 52 |
line-height: 64px; |
| 53 |
list-style-type: none; |
| 54 |
} |
| 55 |
ul.convertkit-tabs li a { |
| 56 |
display: inline-block; |
| 57 |
padding: 0 20px; |
| 58 |
height: 64px; |
| 59 |
line-height: 64px; |
| 60 |
text-decoration: none; |
| 61 |
font-size: 14px; |
| 62 |
font-weight: bold; |
| 63 |
color: #6a6e72; |
| 64 |
} |
| 65 |
ul.convertkit-tabs li a:hover { |
| 66 |
color: #373f45; |
| 67 |
background: #e7e7e7; |
| 68 |
} |
| 69 |
ul.convertkit-tabs li a.convertkit-tab-active { |
| 70 |
color: #fb6068; |
| 71 |
border-bottom: 1px solid #fb6068; |
| 72 |
} |
| 73 |
ul.convertkit-tabs li a.convertkit-tab-active:hover { |
| 74 |
color: #d3434a; |
| 75 |
border-bottom: 1px solid #d3434a; |
| 76 |
} |
| 77 |
|
| 78 |
/** |
| 79 |
* Section |
| 80 |
*/ |
| 81 |
body.settings_page__wp_convertkit_settings .wrap .postbox { |
| 82 |
background: #fff; |
| 83 |
box-shadow: 0 2px 5px #0000000d; |
| 84 |
color: #373f45; |
| 85 |
margin: 0 0 30px 0; |
| 86 |
padding: 40px 30px 30px 30px; |
| 87 |
font-size: 14px; |
| 88 |
border: 1px solid #EDF2F4; |
| 89 |
} |
| 90 |
body.settings_page__wp_convertkit_settings .wrap .postbox h2 { |
| 91 |
margin: 0 0 30px 0; |
| 92 |
padding: 0 0 30px 0; |
| 93 |
font-size: 24px; |
| 94 |
font-weight: 600; |
| 95 |
border-bottom: 1px solid #EDF2F4; |
| 96 |
} |
| 97 |
body.settings_page__wp_convertkit_settings .wrap .postbox p { |
| 98 |
font-size: 14px; |
| 99 |
} |
| 100 |
body.settings_page__wp_convertkit_settings .wrap .postbox p.submit { |
| 101 |
padding: 0; |
| 102 |
} |
| 103 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button { |
| 104 |
margin: 0 5px 0 0; |
| 105 |
padding: 4px 12px; |
| 106 |
font-size: 14px; |
| 107 |
} |
| 108 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary { |
| 109 |
background: #fb6970; |
| 110 |
border-color: #fb6970; |
| 111 |
color: #fff; |
| 112 |
} |
| 113 |
body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary:hover { |
| 114 |
background: #fb5058; |
| 115 |
border-color: #fb5058; |
| 116 |
} |
| 117 |
body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace { |
| 118 |
font-family: monospace; |
| 119 |
padding: 20px; |
| 120 |
} |
| 121 |
|