PluginProbe
Hostinger Tools / 2.1.6
Hostinger Tools v2.1.6
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | src/css/base/base.scss +11 -2 2.0.42.1.6 View file →
@@ -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;