PluginProbe
Hostinger Tools / 1.9.6
Hostinger Tools v1.9.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
hostinger / src / css / components / admin.scss

admin.scss in Hostinger Tools 1.9.6, at src/css/components/admin.scss

665 lines 10.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .hsr-onboarding-navbar {
2 width: 100%;
3 display: flex;
4 justify-content: center;
5 margin-top: 32px;
6 }
7
8 .hsr-onboarding-navbar__wrapper {
9 width: 730px;
10 height: 56px;
11 background: #FFFFFF;
12 border: 1px solid #DADCE0;
13 border-radius: 8px;
14 }
15
16 .hsr-wrapper__list {
17 padding: 0px 16px;
18 height: inherit;
19 margin: 0;
20 display: flex;
21 align-items: center;
22 }
23
24 .hsr-list__item {
25 font-weight: 700;
26 font-size: 14px;
27 line-height: 24px;
28 color: $gray-base;
29 padding: 16px 24px;
30 cursor: pointer;
31 margin: 0;
32 display: flex;
33 align-items: center;
34 border-bottom: 1px solid transparent;
35
36 svg {
37 margin-right: 5px;
38
39 path {
40 fill: $gray-base;
41 }
42
43 }
44 }
45
46 .hsr-active {
47 color: $primary-purple;
48 border-bottom: $primary-purple 1px solid;
49
50 svg {
51 margin-right: 5px;
52
53 path {
54 fill: $primary-purple;
55 }
56
57 }
58
59 }
60
61 .hsr-onboarding {
62 width: 100%;
63 display: flex;
64 justify-content: center;
65 flex-direction: column;
66 text-align: center;
67 margin-top: 32px;
68 }
69
70 .hsr-onboarding__title {
71 font-size: 24px;
72 line-height: 32px;
73 font-weight: bold;
74 }
75
76 .hsr-onboarding__description {
77 font-size: $text-font-size;
78 font-weight: 400;
79 }
80
81 .hostinger.hsr-onboarding p {
82 color: $paragraph-color;
83 margin-top: 8px;
84 line-height: 24px;
85 }
86
87 .hsr-onboarding-steps {
88 display: flex;
89 flex-direction: column;
90 align-items: center;
91 justify-content: center;
92 margin-top: 16px;
93 }
94
95 .hsr-onboarding-step {
96 background-color: #FFFFFF;
97 width: 730px;
98 display: flex;
99 border: 1px solid #DADCE0;
100 border-radius: 8px;
101 flex-direction: column;
102 margin-top: 8px;
103 }
104
105 .hsr-onboarding-step--status {
106 width: 16px;
107 height: 16px;
108 background-color: transparent;
109 border: 2px $light-purple solid;
110 margin-right: 10px;
111 border-radius: 50%;
112 }
113
114 .hsr-onboarding-step--status.completed {
115 background-image: url("../images/completed.svg");
116 height: 20px;
117 width: 20px;
118 background-size: contain;
119 border: none;
120 }
121
122
123 .hsr-onboarding-step--title h4 {
124 font-size: 16px;
125 line-height: 24px;
126 font-weight: bold;
127 display: flex;
128 align-items: center;
129 height: 57px;
130 flex: 1;
131 }
132
133 .hsr-onboarding-step--title {
134 border-bottom: 1px #DADCE0 solid;
135 display: flex;
136 align-items: center;
137 padding: 0 24px;
138 position: relative;
139 cursor: pointer;
140 }
141
142 .hsr-onboarding-step--body {
143 display: flex;
144 flex-wrap: wrap;
145 flex-direction: row;
146 }
147
148 .hsr-onboarding-step--body__title {
149 display: flex;
150 align-items: center;
151 }
152
153 .hsr-onboarding-step--body__content a {
154 text-decoration: none;
155 color: $primary-purple;
156 font-weight: bold;
157 }
158
159 .hsr-onboarding-step--body__title h4 {
160 font-size: $text-font-size;
161 }
162
163 .hsr-onboarding-step--body__content {
164 flex: 1;
165 margin-bottom: 16px;
166 }
167
168 .hsr-onboarding-step--body__content p {
169 text-align: left;
170 font-size: $text-font-size;
171 }
172
173 .hsr-onboarding-step--body__counter {
174 color: $primary-purple;
175 font-size: $text-font-size;
176 font-weight: bold;
177 border: 1px $light-purple solid;
178 border-radius: 50%;
179 width: 20px;
180 height: 20px;
181 display: flex;
182 justify-content: center;
183 align-items: center;
184 margin-right: 10px;
185 }
186
187 .hsr-onboarding-step--expand {
188 width: 32px;
189 height: 32px;
190 border-radius: 50%;
191 position: relative;
192 transform: rotate(.5turn);
193 }
194
195 .hsr-onboarding-step--expand:before {
196 content: " ";
197 position: absolute;
198 top: 50%;
199 left: 50%;
200 transform: translate(-50%, -50%);
201 height: 8px;
202 width: 12px;
203 background-image: url("../images/expand-icon.svg");
204 background-repeat: no-repeat;
205 background-size: contain;
206 }
207
208 .hsr-onboarding-step--expand:hover {
209 background: linear-gradient(0deg, rgba(103, 61, 230, 0.08), rgba(103, 61, 230, 0.08)), #FFFFFF;
210 }
211
212 .hsr-onboarding-step--expand.open {
213 transform: rotate(1turn);
214 }
215
216 .hsr-onboarding-step--content {
217 display: none;
218 padding: 24px;
219 }
220
221 .hsr-onboarding-step--content.open {
222 display: block;
223 }
224
225 .hsr-onboarding-step--footer {
226 display: flex;
227 align-items: center;
228 justify-content: flex-end;
229 }
230
231 @media only screen and (max-width: 768px) {
232 .hsr-onboarding-step {
233 width: 80%;
234 }
235
236 .hsr-publish-modal .hsr-publish-modal--body {
237 width: 70%;
238 }
239 }
240
241 /*modal */
242 .hsr-modal {
243 display: none;
244 align-items: center;
245 align-content: center;
246 justify-content: center;
247 position: absolute;
248 width: 100%;
249 height: 100%;
250 top: 0;
251 left: 0;
252 }
253
254 .hsr-modal.open {
255 display: flex;
256 }
257
258 .hsr-publish-modal--body {
259 display: flex;
260 background-color: #FFFFFF;
261 z-index: 999999;
262 width: 600px;
263 height: 560px;
264 border: 1px solid #DADCE0;
265 border-radius: 8px;
266 flex-direction: column;
267 justify-content: center;
268 }
269
270 .hsr-publish-modal--body h3 {
271 font-weight: 700;
272 font-size: 20px;
273 line-height: 32px;
274 }
275
276 .hsr-publish-modal--footer {
277 margin-top: 24px;
278 display: none;
279 }
280
281 .hsr-publish-modal--footer.show {
282 display: block;
283 }
284
285 .hsr-publish-overlay {
286 background: #000;
287 opacity: 0.7;
288 filter: alpha(opacity=70);
289 position: fixed;
290 z-index: 99999;
291 left: 0;
292 top: 0;
293 min-width: 100vw;
294 min-height: 100vh;
295 }
296
297 .hsr-success:after {
298 content: url("../images/success-circular-loader.svg");
299 width: 28px;
300 height: 28px;
301 }
302
303 .hsr-circular {
304 animation: rotate 2s linear infinite;
305 height: 48px;
306 width: 48px;
307 margin: 0 auto 24px auto;
308 overflow: hidden;
309 }
310
311 .hsr-learn-page-container {
312 display: flex;
313 align-items: center;
314 flex-direction: column;
315 }
316 .hsr-page-container-wrapper {
317 width: 100%;
318 max-width: 730px;
319 }
320 .hsr-tutorial-wrapper {
321 margin-top: 24px;
322 width: 100%;
323 max-width: 730px;
324 background: #FFFFFF;
325 border: 1px solid #DADCE0;
326 border-radius: 8px;
327 }
328
329 .hsr-wrapper-header {
330 display: flex;
331 padding: 16px 24px;
332 border-bottom: 1px solid #DADCE0;
333 justify-content: space-between;
334 }
335
336 .hsr-header-title {
337 color: #1D1E20;
338 font-weight: 700;
339 font-size: 16px;
340 line-height: 24px;
341 }
342
343 .hsr-header-youtube {
344 width: 172px;
345 display: inline-flex;
346 justify-content: flex-end;
347 cursor: pointer;
348 }
349
350 .hsr-hostinger-youtube-link {
351 text-decoration: none;
352 display: contents;
353 }
354
355 .hsr-youtube-logo {
356 padding: 0 8px;
357 }
358
359 .hsr-youtube-title {
360 font-weight: 700;
361 font-size: 14px;
362 line-height: 24px;
363 color: #673DE6;
364 white-space: pre;
365 }
366
367 .hsr-video-wrapper {
368 display: flex;
369 flex-direction: column;
370 padding: 20px 24px;
371 }
372
373 .hsr-main-video-title {
374 padding-top: 12px;
375 font-weight: 700;
376 font-size: 20px;
377 line-height: 32px;
378 color: #1D1E20;
379 padding-bottom: 20px;
380 }
381
382 .hsr-hsr-playlist-wrapper {
383 height: 288px;
384 border-top: 1px solid #DADCE0;
385 border-bottom: 1px solid #DADCE0;
386 overflow-y: scroll;
387 }
388
389 .hsr-active-video {
390 background: #EBE4FF;
391 }
392
393 .hsr-playlist-item {
394 display: flex;
395 flex-direction: row;
396 cursor: pointer;
397 padding: 2px 0;
398 }
399
400 .hsr-playlist-item-arrow {
401 align-self: center;
402 visibility: hidden;
403 }
404
405 .hsr-arrow-icon {
406 padding: 0 8px;
407 }
408
409 .hsr-playlist-item-thumbnail {
410 padding: 3px 0;
411 overflow: hidden;
412 height: 62px;
413 }
414
415 .hsr-thumbnail-image {
416 margin-top: -14px;
417 }
418
419 .hsr-playlist-item-info {
420 padding: 0 16px;
421 display: flex;
422 flex-direction: column;
423 justify-content: center;
424 }
425
426 .hsr-playlist-item-title {
427 margin-top: -4px;
428 font-style: normal;
429 font-weight: 700;
430 font-size: 14px;
431 line-height: 24px;
432 color: #1D1E20;
433 }
434
435 .hsr-playlist-item-time {
436 font-weight: 400;
437 font-size: 12px;
438 line-height: 20px;
439 color: #727586;
440 }
441
442 .hsr-help-wrapper {
443 margin: 24px 0;
444 display: flex;
445 flex-direction: row;
446 justify-content: space-between;
447 width: 730px;
448 }
449
450 .hsr-help-card {
451 width: 350px;
452 height: 128px;
453 display: flex;
454 flex-direction: row;
455 background: #FFFFFF;
456 border: 1px solid #DADCE0;
457 border-radius: 8px;
458 cursor: pointer;
459 }
460
461 .hsr-card-logo {
462 align-self: center;
463 justify-self: center;
464 grid-row: 1/3;
465 grid-column: 1;
466 padding-left: 24px;
467 padding-right: 16px;
468 }
469
470 .hsr-logo-image {
471 vertical-align: middle;
472 }
473
474 .hsr-card-title {
475 padding-top: 24px;
476 font-weight: 700;
477 font-size: 16px;
478 line-height: 24px;
479 padding-right: 24px;
480 color: #1D1E20;
481 padding-bottom: 8px;
482 }
483
484 .hsr-card-description {
485 font-style: normal;
486 font-weight: 400;
487 font-size: 14px;
488 line-height: 24px;
489 padding-right: 24px;
490 padding-bottom: 24px;
491 color: #727586;
492 }
493
494
495 @media only screen and (max-width: 768px) {
496 .hsr-wrapper-header {
497 justify-content: center;
498 width: max-content;
499 }
500
501 .hsr-tutorial-wrapper, .hsr-page-container-wrapper {
502 width: 100%;
503 max-width: 370px;
504 }
505
506 .hsr-main-video {
507 text-align: -webkit-center;
508 }
509
510 .hsr-main-video-title {
511 margin: 0 10px;
512 }
513
514 .hsr-video-content {
515 font-size: 8px;
516 }
517
518 .hsr-playlist-item-thumbnail {
519 display: none;
520 }
521
522 .hsr-video-frame {
523 height: 200px;
524 width: 325px;
525 }
526
527 .hsr-help-wrapper {
528 display: flex;
529 flex-direction: column;
530 width: unset;
531 }
532
533 .hsr-help-card {
534 margin-bottom: 24px;
535 max-width: 370px;
536 width: 100%;
537 }
538 }
539
540 @keyframes rotate {
541 100% {
542 transform: rotate(360deg);
543 }
544 }
545
546 .hsr-success-circular {
547 display: none;
548 }
549
550 .hsr-hide {
551 display: none;
552 }
553
554 .hsr-show {
555 display: block;
556 }
557
558 .hts-domain-step {
559
560 .hts-website-url,.hts-nameservers {
561 background-color:$gray-light;
562 padding: 16px;
563 margin-top: 10px;
564 text-align: left;
565 color: $gray-base;
566
567 span {
568 color: $primary-purple;
569 margin-left: 30px;
570 font-weight: 600;
571 }
572
573 }
574 .hts-nameservers {
575 div {
576 display: flex;
577 align-items: baseline;
578
579 p {
580 min-width: 125px;
581 }
582
583 b {
584 color: $dark;
585 display: flex;
586 align-items: center;
587
588 svg {
589 margin-left: 10px;
590 cursor: pointer;
591 }
592 }
593 }
594 }
595
596 .hts-yt-video {
597 display: flex;
598 align-items: center;
599 justify-content: space-between;
600
601 @media(max-width: 767px) {
602 flex-direction: column;
603 align-items: flex-start;
604 }
605
606 .hts-wrap {
607 display: flex;
608 align-items: center;
609
610 @media(max-width: 767px) {
611 img {
612 display: block;
613 margin: 10px auto 10px 0;
614 }
615 display: block;
616 }
617
618 .hts-video-description {
619 margin-left: 15px;
620
621 @media(max-width: 767px) {
622 margin-left: 0;
623 }
624
625 p {
626 font-size: 12px;
627 color: $gray-base;
628 }
629 }
630 }
631
632 .hts-video-button {
633
634 a {
635 display: flex;
636 }
637
638 @media(max-width: 767px) {
639 margin-top: 10px;
640 }
641 }
642
643 }
644
645 }
646
647 .hts-tab-content {
648
649 .wrapper {
650 margin: auto;
651 max-width: 730px;
652 width: 100%;
653 }
654
655 .hts-container {
656 background-color: #fff;
657 border: 1px solid #dadce0;
658 border-radius: 8px;
659 margin-top: 25px;
660 padding: 40px;
661 text-align: left;
662 }
663
664 }
665