This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 5
5
.reset-password-container ,
6
6
.registered-successfully-container {
7
7
@include font-with-weight (' Merriweather Sans' );
8
- // Form stylings
9
8
@include ui-form-placeholder ;
10
9
background-color : $white ;
11
10
border-radius : 3px ;
60
59
margin : 30px auto ;
61
60
}
62
61
}
62
+ header > p ,
63
+ form > p {
64
+ font-size : 15px ;
65
+ line-height : 20px ;
66
+ padding-bottom : 20px ;
67
+ }
63
68
// registration sizes, remove
64
69
input [name = ' firstname' ],
65
70
input [name = ' lastname' ] {
219
224
}
220
225
221
226
// Register Link styles
222
-
223
227
.join-topcoder {
224
228
@include font-with-weight (' Sofia Pro' , 500 );
225
229
display : flex ;
Original file line number Diff line number Diff line change 1
1
@import ' tc-includes' ;
2
2
3
3
.reset-password-container {
4
-
5
4
form {
6
5
display : flex ;
7
6
flex-flow : column wrap ;
8
7
justify-content : center ;
9
8
margin-left : 90px ;
10
9
margin-right : 90px ;
11
-
12
- input [type = " text" ],
13
- input [type = " email" ],
10
+ input [type = ' text' ],
11
+ input [type = ' email' ],
14
12
toggle-password-with-tips {
15
13
width : 380px ;
16
14
}
17
-
18
15
toggle-password ,
19
16
toggle-password-with-tips {
20
17
input #password-input ,
21
18
input #current-password-input {
22
19
width : 300px ;
23
20
}
24
21
}
25
-
26
- .email-label {
27
- @include font-with-weight (' Merriweather Sans' , 300 );
28
- font-size : 15px ;
29
- line-height : 18px ;
30
- }
31
-
32
22
button {
33
23
align-self : center ;
34
24
}
35
25
}
36
-
37
- .link {
38
- margin-top : 25px ;
39
- margin-bottom : 25px ;
26
+ .link {
40
27
font-size : 12px ;
28
+ margin-bottom : 25px ;
29
+ margin-top : 25px ;
41
30
}
42
31
}
You can’t perform that action at this time.
0 commit comments