Newer
Older
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
:host {
display: block;
}
.hy-user-login-form {
font-family: var(--main-font-family);
.user-login-form {
position: relative;
.hy-login-label {
margin-top: 16px;
}
input {
display: block;
margin: 8px 0 0 0;
min-height: 32px;
}
label {
@include font-size(16px, 16px);
@include font-weight($bold);
display: block;
}
label:before {
content: '*';
padding-right: 3px;
}
div#edit-name--description {
@include font-size(14px, 14px);
margin-top: 8px;
margin-bottom: 20px;
}
div#edit-pass--description {
display: none;
}
div#edit-actions {
margin-top: 32px;
}
}
}