Skip to content

Commit 4aa8ece

Browse files
authored
Merge pull request #2586 from intersective/2.4.y.z/CORE-8090/passwordless-registration
[CORE-8090] passwordless registration & UI fix
2 parents ef2b516 + e84674d commit 4aa8ece

File tree

3 files changed

+439
-46
lines changed

3 files changed

+439
-46
lines changed

projects/v3/src/app/pages/auth/auth-registration/auth-registration.component.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,21 @@
2323
.headline-6 {
2424
font-size: 19px !important;
2525
}
26+
27+
&.directlink {
28+
text-align: center;
29+
margin: 0 auto 12px;
30+
max-width: 520px;
31+
width: 100%;
32+
}
2633
}
2734

2835
.div-after-logo {
2936
&.directlink {
30-
margin: 0 16px 0px !important;
37+
margin: 0 auto !important;
38+
max-width: 520px;
39+
padding: 0 16px;
40+
text-align: center;
3141

3242
.continue-btn {
3343
max-width: 470px;
@@ -38,7 +48,9 @@
3848

3949
.tc-container{
4050
margin-bottom: 65px !important;
51+
text-align: center;
4152
}
4253
.password-container {
4354
margin-bottom: 50px !important;
55+
text-align: center;
4456
}

0 commit comments

Comments
 (0)