-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathauth-block.component.scss
70 lines (58 loc) · 1.08 KB
/
auth-block.component.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
:host /deep/ {
// TODO rewrite when develop responsive
@media (max-width: 550px) {
.accept-group {
font-size: 12px;
padding: 0;
}
}
form {
width: 100%;
}
.alert {
text-align: center;
}
.title {
margin-bottom: 0.75rem;
text-align: center;
}
.sub-title {
margin-bottom: 2rem;
text-align: center;
}
.checkbox {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-weight: normal;
}
.form-group.accept-group {
display: flex;
justify-content: space-between;
margin: 2rem 0;
.forgot-password {
line-height: 2;
}
}
.links {
text-align: center;
margin-top: 1.75rem;
.socials {
margin: 1.5rem 0 2.5rem;
}
.socials a {
margin: 0 1rem;
text-decoration: none;
font-size: 1rem;
vertical-align: middle;
&.with-icon {
font-size: 2rem;
}
}
}
}