| @@ -11,9 +11,10 @@ | ||
| 11 | 11 | /** |
| 12 | 12 | * Header |
| 13 | 13 | */ |
| 14 | 14 | body.settings_page__wp_convertkit_settings header { |
| 15 | - padding: 40px 20px; | |
| 15 | + height: 98px; | |
| 16 | + padding: 0 20px; | |
| 16 | 17 | background: url(../images/convertkit-long-inverted.svg) 20px 50% no-repeat; |
| 17 | 18 | background-size: 200px auto; |
| 18 | 19 | background-color: #212f4f; |
| 19 | 20 | } |
| @@ -23,8 +24,21 @@ | ||
| 23 | 24 | font-weight: 400; |
| 24 | 25 | color: #D2D8DD; |
| 25 | 26 | text-indent: -9999px; |
| 26 | 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 | +} | |
| 27 | 41 | body.settings_page__wp_convertkit_settings .wrap { |
| 28 | 42 | margin-left: 20px; |
| 29 | 43 | } |
| 30 | 44 | |
| @@ -50,14 +64,8 @@ | ||
| 50 | 64 | padding: 0; |
| 51 | 65 | height: 64px; |
| 52 | 66 | line-height: 64px; |
| 53 | 67 | 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 | 68 | } |
| 61 | 69 | ul.convertkit-tabs li a { |
| 62 | 70 | display: inline-block; |
| 63 | 71 | padding: 0 20px; |