| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | font-size: 14px; |
| 10 | 10 | line-height: 24px; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | -.hostinger p, h1, h2, h3, h4 { | |
| 13 | +.hostinger p, .hostinger h1, .hostinger h2, .hostinger h3, .hostinger h4 { | |
| 14 | 14 | font-weight: normal; |
| 15 | 15 | color: #1D1E20; |
| 16 | 16 | margin: 0; |
| 17 | 17 | padding: 0; |
| @@ -142,12 +142,17 @@ | ||
| 142 | 142 | .toplevel_page_hostinger .notice { |
| 143 | 143 | display: none !important; |
| 144 | 144 | } |
| 145 | 145 | |
| 146 | -.toplevel_page_hostinger .notice.notice-info .hts-admin-notice { | |
| 146 | +.toplevel_page_hostinger .notice.notice-info .hts-admin-notice,.toplevel_page_hostinger .notice.notice-info.hts-admin-notice { | |
| 147 | 147 | display: block !important; |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | +.toplevel_page_hostinger .notice.notice-info.hts-omnisend { | |
| 151 | + margin-top: 15px; | |
| 152 | + margin-bottom: 15px; | |
| 153 | +} | |
| 154 | + | |
| 150 | 155 | .hts-heading { |
| 151 | 156 | |
| 152 | 157 | h2 { |
| 153 | 158 | font-size: 24px; |
| @@ -226,8 +231,12 @@ | ||
| 226 | 231 | right: 30px; |
| 227 | 232 | top:25px; |
| 228 | 233 | display: flex; |
| 229 | 234 | align-items: center; |
| 235 | + | |
| 236 | + &:hover { | |
| 237 | + border-bottom: 1px solid $primary-purple; | |
| 238 | + } | |
| 230 | 239 | |
| 231 | 240 | a { |
| 232 | 241 | text-decoration: none; |
| 233 | 242 | font-size: 14px; |