diff options
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/+register/custom-stepper.component.scss | 12 | ||||
-rw-r--r-- | client/src/app/+signup/+register/steps/register-step-about.component.html | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/client/src/app/+signup/+register/custom-stepper.component.scss b/client/src/app/+signup/+register/custom-stepper.component.scss index 29ed3e194..919799716 100644 --- a/client/src/app/+signup/+register/custom-stepper.component.scss +++ b/client/src/app/+signup/+register/custom-stepper.component.scss | |||
@@ -34,9 +34,11 @@ header { | |||
34 | position: relative; | 34 | position: relative; |
35 | 35 | ||
36 | .completed-icon { | 36 | .completed-icon { |
37 | width: 16px; | 37 | $size: 14px; |
38 | height: 16px; | 38 | |
39 | border-radius: 16px; | 39 | width: $size; |
40 | height: $size; | ||
41 | border-radius: $size; | ||
40 | background-color: pvar(--mainBackgroundColor); | 42 | background-color: pvar(--mainBackgroundColor); |
41 | position: absolute; | 43 | position: absolute; |
42 | bottom: 0; | 44 | bottom: 0; |
@@ -44,7 +46,9 @@ header { | |||
44 | display: flex; | 46 | display: flex; |
45 | justify-content: center; | 47 | justify-content: center; |
46 | align-items: center; | 48 | align-items: center; |
47 | border: 1px solid pvar(--mainColor); | 49 | // Better than border color for aliasing |
50 | box-shadow: 0 0 0 1px var(--mainColor); | ||
51 | overflow: hidden; | ||
48 | 52 | ||
49 | my-global-icon { | 53 | my-global-icon { |
50 | @include apply-svg-color(pvar(--mainColor)); | 54 | @include apply-svg-color(pvar(--mainColor)); |
diff --git a/client/src/app/+signup/+register/steps/register-step-about.component.html b/client/src/app/+signup/+register/steps/register-step-about.component.html index f93de8ce9..769fe3127 100644 --- a/client/src/app/+signup/+register/steps/register-step-about.component.html +++ b/client/src/app/+signup/+register/steps/register-step-about.component.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <h3 i18n>Why creating an account?</h3> | 2 | <h3 i18n>Why creating an account?</h3> |
3 | 3 | ||
4 | <p i18n> | 4 | <p i18n> |
5 | As you probably noticed: creating an account is not necessary to watch video son {{ instanceName }}. | 5 | As you probably noticed: creating an account is not necessary to watch video on {{ instanceName }}. |
6 | <br /> | 6 | <br /> |
7 | However, creating an account on {{ instanceName }} will allow you to: | 7 | However, creating an account on {{ instanceName }} will allow you to: |
8 | </p> | 8 | </p> |
@@ -16,7 +16,7 @@ | |||
16 | </div> | 16 | </div> |
17 | 17 | ||
18 | <div> | 18 | <div> |
19 | <h4 i18n>You're using Mastodon, ActivityPub or a RSS feed aggregator?</h4> | 19 | <h4 i18n>Do you use Mastodon, ActivityPub or a RSS feed aggregator?</h4> |
20 | 20 | ||
21 | <p i18n> | 21 | <p i18n> |
22 | You can already follow {{ instanceName }} using your favorite tool. | 22 | You can already follow {{ instanceName }} using your favorite tool. |