Skip to content

Commit 6906c4c

Browse files
committed
add mobile design of registration & verfiication of email
1 parent e3cbe2c commit 6906c4c

12 files changed

Lines changed: 239 additions & 268 deletions

File tree

projects/social_platform/src/app/auth/auth.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding: 0 15px;
1111

1212
@include responsive.apply-desktop {
13-
padding: 0 100px;
13+
padding: 0px 200px;
1414
}
1515

1616
&__header {

projects/social_platform/src/app/auth/email-verification/email-verification.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- @format -->
22

33
<main class="auth verification">
4-
<img class="auth__logo" src="/assets/images/shared/logo.svg" alt="procollab" width="125px" />
4+
<img class="auth__logo" src="/assets/images/shared/logo.svg" alt="procollab" />
55
<div class="verification__inner">
66
<div class="verification__body">
77
<div class="auth__greeting">
@@ -22,6 +22,6 @@ <h3 class="auth__title">Мы отправили ссылку подтвержд
2222
</div>
2323
}
2424
</div>
25-
<img class="verification__img" src="/assets/images/auth/email.png" alt="email" />
25+
<img class="verification__img" src="/assets/images/auth/email.svg" alt="email" />
2626
</div>
2727
</main>

projects/social_platform/src/app/auth/email-verification/email-verification.component.scss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,21 @@
2323

2424
@include responsive.apply-desktop {
2525
flex-direction: row;
26-
justify-content: space-between;
2726
}
2827
}
2928

3029
&__img {
31-
width: 335px;
32-
margin-top: 55px;
30+
min-width: 500px;
31+
position: fixed;
32+
top: 8%;
33+
right: 0%;
34+
left: -33%;
35+
bottom: 0%;
3336

3437
@include responsive.apply-desktop {
35-
width: 470px;
36-
margin-top: 0;
38+
bottom: 0%;
39+
left: 20%;
40+
min-width: 852px;
3741
}
3842
}
3943

0 commit comments

Comments
 (0)