Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 17f0628

Browse files
author
Victor George
committedNov 12, 2015
form > p style fixed
1 parent fc7bfe1 commit 17f0628

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed
 

‎assets/css/account/account.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
.reset-password-container,
66
.registered-successfully-container {
77
@include font-with-weight('Merriweather Sans');
8-
// Form stylings
98
@include ui-form-placeholder;
109
background-color: $white;
1110
border-radius: 3px;
@@ -60,6 +59,12 @@
6059
margin: 30px auto;
6160
}
6261
}
62+
header > p,
63+
form > p {
64+
font-size: 15px;
65+
line-height: 20px;
66+
padding-bottom: 20px;
67+
}
6368
// registration sizes, remove
6469
input[name='firstname'],
6570
input[name='lastname'] {
@@ -219,7 +224,6 @@
219224
}
220225

221226
// Register Link styles
222-
223227
.join-topcoder {
224228
@include font-with-weight('Sofia Pro', 500);
225229
display: flex;
Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,31 @@
11
@import 'tc-includes';
22

33
.reset-password-container {
4-
54
form {
65
display: flex;
76
flex-flow: column wrap;
87
justify-content: center;
98
margin-left: 90px;
109
margin-right: 90px;
11-
12-
input[type="text"],
13-
input[type="email"],
10+
input[type='text'],
11+
input[type='email'],
1412
toggle-password-with-tips {
1513
width: 380px;
1614
}
17-
1815
toggle-password,
1916
toggle-password-with-tips {
2017
input#password-input,
2118
input#current-password-input {
2219
width: 300px;
2320
}
2421
}
25-
26-
.email-label {
27-
@include font-with-weight('Merriweather Sans', 300);
28-
font-size: 15px;
29-
line-height: 18px;
30-
}
31-
3222
button {
3323
align-self: center;
3424
}
3525
}
36-
37-
.link {
38-
margin-top: 25px;
39-
margin-bottom: 25px;
26+
.link {
4027
font-size: 12px;
28+
margin-bottom: 25px;
29+
margin-top: 25px;
4130
}
4231
}

0 commit comments

Comments
 (0)
This repository has been archived.