| @@ -14,12 +14,12 @@ | ||
| 14 | 14 | |
| 15 | 15 | @media screen and (min-width: 783px) { |
| 16 | 16 | display: block; |
| 17 | 17 | position: absolute; |
| 18 | - right: -$feature-box-width + 1px; | |
| 18 | + right: -$feature-box-width; | |
| 19 | 19 | width: calc($feature-box-width - 24px); |
| 20 | - height: calc(100% + 47px); | |
| 21 | - bottom: -1px; | |
| 20 | + height: calc(100% + 42px); | |
| 21 | + bottom: 0; | |
| 22 | 22 | margin: 0; |
| 23 | 23 | |
| 24 | 24 | @at-root #tablepress_edit-table-information { |
| 25 | 25 | width: calc(100% - $feature-box-width); |
| @@ -42,9 +42,11 @@ | ||
| 42 | 42 | border-bottom: none; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | h2 { |
| 46 | - color: #ff5100; | |
| 46 | + color: transparent; | |
| 47 | + background-image: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 75%); | |
| 48 | + background-clip: text; | |
| 47 | 49 | font-weight: 700; |
| 48 | 50 | font-size: 19px; |
| 49 | 51 | width: 100%; |
| 50 | 52 | padding-top: 14px; |
| @@ -51,9 +53,8 @@ | ||
| 51 | 53 | |
| 52 | 54 | .dashicons { |
| 53 | 55 | width: 26px; |
| 54 | 56 | font-size: 26px; |
| 55 | - color: #ffd166; | |
| 56 | 57 | } |
| 57 | 58 | } |
| 58 | 59 | |
| 59 | 60 | h3 a { |