PluginProbe
Hostinger Tools / 2.0.8
Hostinger Tools v2.0.8
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 +205 -106 1.9.52.0.8 View file →
@@ -1,202 +1,301 @@
1 1 @import "variables";
2 2 @import "fonts";
3 3 @import "animations";
4 +@import "sidebar";
4 5
5 6 .hostinger {
6 - color: #1D1E20;
7 - font-family: DMSans, serif;
8 - font-size: 14px;
9 - line-height: 24px;
7 + color: #1D1E20;
8 + font-family: DMSans, serif;
9 + font-size: 14px;
10 + line-height: 24px;
10 11 }
11 12
12 13 .hostinger p, h1, h2, h3, h4 {
13 - font-weight: normal;
14 - color: #1D1E20;
15 - margin: 0;
16 - padding: 0;
14 + font-weight: normal;
15 + color: #1D1E20;
16 + margin: 0;
17 + padding: 0;
17 18 }
18 19
19 20 .hsr-btn {
20 - text-decoration: none;
21 - padding: 8px 24px;
22 - font-weight: bold;
23 - color: $primary-purple;
24 - position: relative;
21 + text-decoration: none;
22 + padding: 8px 24px;
23 + font-weight: bold;
24 + color: $primary-purple;
25 + position: relative;
25 26 }
26 27
27 28 .hsr-primary-btn {
28 - background: $primary-purple;
29 - border-radius: 4px;
30 - color: #FFFFFF;
31 - flex-grow: 0;
29 + background: $primary-purple;
30 + border-radius: 4px;
31 + color: #FFFFFF;
32 + flex-grow: 0;
32 33 }
33 34
34 35 .hsr-secondary-btn {
35 - border: 1px #DADCE0 solid;
36 - border-radius: 8px;
37 - margin-right: 16px;
36 + border: 1px #DADCE0 solid;
37 + border-radius: 8px;
38 + margin-right: 16px;
38 39 }
39 40
41 +.hsr-purple-btn {
42 + display: flex;
43 + background-color: $purple;
44 + color: $white;
45 + padding: 12px 32px;
46 + justify-content: center;
47 + align-items: center;
48 + border-radius: 4px;
49 + max-height: 48px;
50 + height: 100%;
51 + transition: .3s;
52 +
53 + &:hover, &:focus, &:active {
54 + opacity: .8;
55 + color: $white;
56 + }
57 +}
58 +
40 59 .hsr-secondary-btn:hover {
41 - background-color: $light-purple;
60 + background-color: $light-purple;
42 61 }
43 62
44 63 .hsr-secondary-btn:focus {
45 - color: $primary-purple;
64 + color: $primary-purple;
46 65 }
47 66
48 67 .hsr-primary-btn:hover {
49 - background-color: $primary-purple-dark;
50 - color: #FFFFFF;
68 + background-color: $primary-purple-dark;
69 + color: #FFFFFF;
51 70 }
52 71
53 72 .hsr-publish-btn {
54 - margin-top: 24px;
55 - background-color: $primary-purple;
56 - color: #FFFFFF;
57 - padding: 12px 32px;
58 - border-radius: 4px;
73 + margin-top: 24px;
74 + background-color: $primary-purple;
75 + color: #FFFFFF;
76 + padding: 12px 32px;
77 + border-radius: 4px;
59 78 }
60 79
61 80 .hsr-publish-btn:hover {
62 - color: $primary-purple-dark;
63 - background-color: transparent;
81 + color: $primary-purple-dark;
82 + background-color: transparent;
64 83 }
65 84
66 85 .hsr-publish-btn.completed {
67 - background-color: $primary-purple;
68 - color: #FFFFFF;
86 + background-color: $primary-purple;
87 + color: #FFFFFF;
69 88 }
70 89
71 90 .hsr-publish-btn.completed:hover {
72 - background-color: $primary-purple-dark;
73 - color: #FFFFFF;
91 + background-color: $primary-purple-dark;
92 + color: #FFFFFF;
74 93 }
75 94
76 95 .hsr-publish-btn.hsr-preview {
77 - display: none;
96 + display: none;
78 97 }
79 98
80 99 .hsr-preview-btn {
81 - display: none;
100 + display: none;
82 101 }
83 102
84 103 .hsr-no-bg-btn {
85 - margin-top: 24px;
86 - padding: 12px 32px;
87 - color: $primary-purple;
88 - background-color: transparent;
104 + margin-top: 24px;
105 + padding: 12px 32px;
106 + color: $primary-purple;
107 + background-color: transparent;
89 108 }
90 109
91 110 .hsr-preview-btn.hsr-preview {
92 - display: block;
111 + display: block;
93 112 }
94 113
95 114 .hsr-preview-btn:hover {
96 - color: $primary-purple-dark;
97 - background-color: transparent;
115 + color: $primary-purple-dark;
116 + background-color: transparent;
98 117 }
99 118
100 119 .hsr-outline-btn {
101 - padding: 8px 24px;
102 - border: 1px solid #DADCE0;
103 - border-radius: 4px;
120 + padding: 8px 24px;
121 + border: 1px solid #DADCE0;
122 + border-radius: 4px;
104 123 }
105 124
106 125 .hsr-outline-btn:hover {
107 - background-color: $light-purple;
108 - color: $primary-purple;
126 + background-color: $light-purple;
127 + color: $primary-purple;
109 128 }
110 129
111 130 .hsr-primary-btn:focus, .hsr-primary-btn:active {
112 - color: #FFFFFF;
131 + color: #FFFFFF;
113 132 }
114 133
115 134 .hsr-no-bg-btn:active, .hsr-no-bg-btn:focus {
116 - color: $primary-purple;
135 + color: $primary-purple;
117 136 }
118 137
119 138 a.hsr-secondary-btn:hover {
120 - color: $primary-purple;
139 + color: $primary-purple;
121 140 }
122 141
123 -.toplevel_page_hostinger .notice {
124 - display: none!important;
142 +.toplevel_page_hostinger .notice {
143 + display: none !important;
125 144 }
126 145
127 146 .toplevel_page_hostinger .notice.notice-info .hts-admin-notice {
128 - display: block !important;
147 + display: block !important;
129 148 }
130 149
131 150 .hts-heading {
132 151
133 - h2 {
134 - font-size: 24px;
135 - font-weight: 700;
136 - line-height: 32px;
137 - text-align: center;
138 - }
152 + h2 {
153 + font-size: 24px;
154 + font-weight: 700;
155 + line-height: 32px;
156 + text-align: center;
157 + }
139 158
140 159 }
141 160
142 161 .hsr-btn.hts-disabled {
143 - cursor: initial;
144 - background-color: $gray-base;
145 - pointer-events: none;
162 + cursor: initial;
163 + background-color: $gray-base;
164 + pointer-events: none;
146 165 }
147 166
148 167 .hsr-btn.button--loading {
149 - pointer-events: none;
168 + pointer-events: none;
150 169
151 - &::after {
152 - content: "";
153 - position: absolute;
154 - width: 15px;
155 - height: 15px;
156 - top: -10px;
157 - right: 5px;
158 - bottom: 0;
159 - margin: auto;
160 - border: 2px solid $gray-light;
161 - border-top-color: $gray-base;
162 - border-radius: 50%;
163 - animation: button-loading-spinner 1s ease infinite;
164 - }
170 + &::after {
171 + content: "";
172 + position: absolute;
173 + width: 15px;
174 + height: 15px;
175 + top: -10px;
176 + right: 5px;
177 + bottom: 0;
178 + margin: auto;
179 + border: 2px solid $gray-light;
180 + border-top-color: $gray-base;
181 + border-radius: 50%;
182 + animation: button-loading-spinner 1s ease infinite;
183 + }
165 184
166 - .button__text {
167 - visibility:hidden;
168 - }
185 + .button__text {
186 + visibility: hidden;
187 + }
169 188
170 189 }
171 190
172 191 .hsr-btn.hts-disabled {
173 - cursor: initial;
174 - background-color: $gray-base;
192 + cursor: initial;
193 + background-color: $gray-base;
175 194 }
176 195
177 -@media( max-width: 767px) {
178 - .hsr-wrapper__list {
179 - justify-content: space-between;
196 +.hsr-onboarding-navbar__wrapper {
197 + display: flex;
198 + align-items: center;
199 + position: relative;
180 200
181 - .hsr-list__item {
182 - font-size: 13px;
183 - padding: 16px 10px;
184 - }
185 - }
186 - .toplevel_page_hostinger #wpcontent {
187 - padding-right: 10px;
188 - }
201 + .hsr-logo {
202 + padding: 0 20px 0 30px;
203 +
204 + .hsr-mobile-logo {
205 + display: none;
206 + }
207 +
208 + @media( max-width: 1170px) {
209 + padding: 0 10px 0 20px;
210 + }
211 +
212 + @media(max-width: 1000px) {
213 + padding: 0 10px 0 15px;
214 +
215 + svg {
216 + display: none;
217 + }
218 + .hsr-mobile-logo {
219 + display: block;
220 + }
221 + }
222 + }
223 +
224 + .hsr-go-to-hpanel {
225 + position: absolute;
226 + right: 30px;
227 + top:25px;
228 + display: flex;
229 + align-items: center;
230 +
231 + a {
232 + text-decoration: none;
233 + font-size: 14px;
234 + line-height: 24px;
235 + font-weight: 700;
236 + color:$primary-purple;
237 + margin-left: 8px;
238 + transition: .3s;
239 +
240 + &:hover {
241 + opacity: .8;
242 + }
243 + &:focus {
244 + box-shadow: none;
245 + outline: none;
246 + }
247 + }
248 +
249 + @media(max-width: 1000px) {
250 + top:15px;
251 + right: 15px;
252 +
253 + svg,a {
254 + display: none;
255 + }
256 + }
257 + }
258 +
189 259 }
190 260
191 -@media( max-width: 600px) {
192 - .hsr-onboarding-navbar__wrapper {
193 - height: 100% !important;
261 +@media(max-width: 767px) {
262 + .hsr-wrapper__list {
263 + justify-content: space-between;
194 264
195 - .hsr-wrapper__list {
196 - flex-direction: column;
197 - .hsr-list__item {
198 - padding: 10px;
199 - }
200 - }
201 - }
202 -}
265 + .hsr-list__item {
266 + font-size: 13px;
267 + padding: 16px 10px;
268 + }
269 + }
270 +.hsr-onboarding {
271 + padding: 0 15px;
272 + box-sizing: border-box;
273 +}
274 +}
275 +
276 +@media(max-width: 600px) {
277 + .hsr-onboarding-navbar__wrapper {
278 +
279 + .hsr-wrapper__list {
280 + flex-direction: column;
281 +
282 + .hsr-list__item {
283 + padding: 10px;
284 + }
285 + }
286 + }
287 +}
288 +
289 +.toplevel_page_hostinger {
290 + #footer-left {
291 + display: none;
292 + }
293 +
294 + #wpcontent {
295 + padding-left: 0;
296 + }
297 +}
298 +
299 +.hsr-ai-assistant-tab,#affiliate-plugin-app {
300 + padding: 0 15px;
301 +}