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