| @@ -1,17 +1,20 @@ | ||
| 1 | 1 | .hsr-onboarding-navbar { |
| 2 | 2 | width: 100%; |
| 3 | 3 | display: flex; |
| 4 | 4 | justify-content: center; |
| 5 | - margin-top: 32px; | |
| 6 | 5 | } |
| 7 | 6 | |
| 8 | 7 | .hsr-onboarding-navbar__wrapper { |
| 9 | - width: 730px; | |
| 10 | - height: 56px; | |
| 8 | + width: 100%; | |
| 9 | + height: 72px; | |
| 11 | 10 | background: #FFFFFF; |
| 12 | - border: 1px solid #DADCE0; | |
| 13 | - border-radius: 8px; | |
| 11 | + border-bottom: 1px solid $border-gray; | |
| 12 | + | |
| 13 | + @media(max-width: 1000px) { | |
| 14 | + height: 56px; | |
| 15 | + } | |
| 16 | + | |
| 14 | 17 | } |
| 15 | 18 | |
| 16 | 19 | .hsr-wrapper__list { |
| 17 | 20 | padding: 0px 16px; |
| @@ -21,13 +24,13 @@ | ||
| 21 | 24 | align-items: center; |
| 22 | 25 | } |
| 23 | 26 | |
| 24 | 27 | .hsr-list__item { |
| 25 | - font-weight: 700; | |
| 26 | - font-size: 14px; | |
| 28 | + font-weight: normal; | |
| 29 | + font-size: 16px; | |
| 27 | 30 | line-height: 24px; |
| 28 | 31 | color: $gray-base; |
| 29 | - padding: 16px 24px; | |
| 32 | + padding: 24px 30px; | |
| 30 | 33 | cursor: pointer; |
| 31 | 34 | margin: 0; |
| 32 | 35 | display: flex; |
| 33 | 36 | align-items: center; |
| @@ -40,13 +43,27 @@ | ||
| 40 | 43 | fill: $gray-base; |
| 41 | 44 | } |
| 42 | 45 | |
| 43 | 46 | } |
| 47 | + @media( max-width: 1170px) { | |
| 48 | + padding: 24px 15px; | |
| 49 | + font-size: 14px; | |
| 50 | + } | |
| 51 | + @media( max-width: 1000px) { | |
| 52 | + display: none; | |
| 53 | + } | |
| 54 | + | |
| 55 | + &:hover:not(.hsr-active) { | |
| 56 | + background-color: $gray-light; | |
| 57 | + border-bottom: 1px solid $border-gray; | |
| 58 | + } | |
| 44 | 59 | } |
| 45 | 60 | |
| 46 | 61 | .hsr-active { |
| 47 | 62 | color: $primary-purple; |
| 48 | - border-bottom: $primary-purple 1px solid; | |
| 63 | + border-bottom: $primary-purple 2px solid; | |
| 64 | + background-color: $light-purple; | |
| 65 | + padding-top: 25px; | |
| 49 | 66 | |
| 50 | 67 | svg { |
| 51 | 68 | margin-right: 5px; |
| 52 | 69 | |
| @@ -77,12 +94,25 @@ | ||
| 77 | 94 | font-size: $text-font-size; |
| 78 | 95 | font-weight: 400; |
| 79 | 96 | } |
| 80 | 97 | |
| 81 | -.hostinger.hsr-onboarding p { | |
| 82 | - color: $paragraph-color; | |
| 83 | - margin-top: 8px; | |
| 84 | - line-height: 24px; | |
| 98 | +.hostinger.hsr-onboarding { | |
| 99 | + | |
| 100 | + p, | |
| 101 | + ul { | |
| 102 | + color: $paragraph-color; | |
| 103 | + margin-top: 8px; | |
| 104 | + line-height: 24px; | |
| 105 | + } | |
| 106 | + | |
| 107 | + ul { | |
| 108 | + list-style-type: disc; | |
| 109 | + margin-left: 25px; | |
| 110 | + | |
| 111 | + li { | |
| 112 | + text-align: left; | |
| 113 | + } | |
| 114 | + } | |
| 85 | 115 | } |
| 86 | 116 | |
| 87 | 117 | .hsr-onboarding-steps { |
| 88 | 118 | display: flex; |
| @@ -229,9 +259,9 @@ | ||
| 229 | 259 | } |
| 230 | 260 | |
| 231 | 261 | @media only screen and (max-width: 768px) { |
| 232 | 262 | .hsr-onboarding-step { |
| 233 | - width: 80%; | |
| 263 | + width: 100%; | |
| 234 | 264 | } |
| 235 | 265 | |
| 236 | 266 | .hsr-publish-modal .hsr-publish-modal--body { |
| 237 | 267 | width: 70%; |
| @@ -311,8 +341,9 @@ | ||
| 311 | 341 | .hsr-learn-page-container { |
| 312 | 342 | display: flex; |
| 313 | 343 | align-items: center; |
| 314 | 344 | flex-direction: column; |
| 345 | + padding: 0 15px; | |
| 315 | 346 | } |
| 316 | 347 | .hsr-page-container-wrapper { |
| 317 | 348 | width: 100%; |
| 318 | 349 | max-width: 730px; |
| @@ -337,8 +368,12 @@ | ||
| 337 | 368 | color: #1D1E20; |
| 338 | 369 | font-weight: 700; |
| 339 | 370 | font-size: 16px; |
| 340 | 371 | line-height: 24px; |
| 372 | + | |
| 373 | + @media( max-width: 500px ) { | |
| 374 | + font-size: 14px; | |
| 375 | + } | |
| 341 | 376 | } |
| 342 | 377 | |
| 343 | 378 | .hsr-header-youtube { |
| 344 | 379 | width: 172px; |
| @@ -494,14 +529,13 @@ | ||
| 494 | 529 | |
| 495 | 530 | @media only screen and (max-width: 768px) { |
| 496 | 531 | .hsr-wrapper-header { |
| 497 | 532 | justify-content: center; |
| 498 | - width: max-content; | |
| 533 | + flex-wrap: wrap; | |
| 499 | 534 | } |
| 500 | 535 | |
| 501 | 536 | .hsr-tutorial-wrapper, .hsr-page-container-wrapper { |
| 502 | 537 | width: 100%; |
| 503 | - max-width: 370px; | |
| 504 | 538 | } |
| 505 | 539 | |
| 506 | 540 | .hsr-main-video { |
| 507 | 541 | text-align: -webkit-center; |
| @@ -531,9 +565,8 @@ | ||
| 531 | 565 | } |
| 532 | 566 | |
| 533 | 567 | .hsr-help-card { |
| 534 | 568 | margin-bottom: 24px; |
| 535 | - max-width: 370px; | |
| 536 | 569 | width: 100%; |
| 537 | 570 | } |
| 538 | 571 | } |
| 539 | 572 | |