| @@ -51,14 +51,8 @@ | ||
| 51 | 51 | height: 64px; |
| 52 | 52 | line-height: 64px; |
| 53 | 53 | list-style-type: none; |
| 54 | 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 | 55 | ul.convertkit-tabs li a { |
| 62 | 56 | display: inline-block; |
| 63 | 57 | padding: 0 20px; |
| 64 | 58 | height: 64px; |
| @@ -109,13 +103,8 @@ | ||
| 109 | 103 | body.settings_page__wp_convertkit_settings .wrap .postbox .button { |
| 110 | 104 | margin: 0 5px 0 0; |
| 111 | 105 | padding: 4px 12px; |
| 112 | 106 | font-size: 14px; |
| 113 | - | |
| 114 | - /* Required for WordPress 5.x styling */ | |
| 115 | - height: auto; | |
| 116 | - text-shadow: none; | |
| 117 | - box-shadow: none; | |
| 118 | 107 | } |
| 119 | 108 | body.settings_page__wp_convertkit_settings .wrap .postbox .button-primary { |
| 120 | 109 | background: #fb6970; |
| 121 | 110 | border-color: #fb6970; |
| @@ -127,38 +116,5 @@ | ||
| 127 | 116 | } |
| 128 | 117 | body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace { |
| 129 | 118 | font-family: monospace; |
| 130 | 119 | padding: 20px; |
| 131 | -} | |
| 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; | |
| 164 | 120 | } |