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

Commit 478319d

Browse files
author
Victor George
committed
button spacing fixed
1 parent 17f0628 commit 478319d

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

assets/css/account/login.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
width: 300px;
1717
}
1818
}
19+
20+
p + button {
21+
margin-top: 0;
22+
}
1923
}
2024
.form-errors {
2125
p {

assets/css/account/register.scss

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,67 @@
11
@import 'tc-includes';
22

33
.register-container {
4-
54
form {
65
display: flex;
76
flex-flow: column wrap;
87
justify-content: center;
98
width: 380px;
109
margin-left: 90px;
1110
margin-right: 90px;
12-
13-
input[type="text"],
14-
input[type="email"],
11+
input[type='text'],
12+
input[type='email'],
1513
toggle-password,
1614
toggle-password-with-tips {
1715
width: 380px;
1816
}
19-
2017
toggle-password,
2118
toggle-password-with-tips {
2219
input#password-input,
2320
input#current-password-input {
2421
width: 300px;
2522
}
2623
}
27-
28-
input[name="firstname"], input[name="lastname"] {
24+
input[name='firstname'],
25+
input[name='lastname'] {
2926
width: 185px;
3027
padding-right: 45px;
3128
}
32-
33-
input[name="username"], input[name="email"] {
29+
input[name='username'],
30+
input[name='email'] {
3431
padding-right: 85px;
3532
}
33+
button {
34+
margin-top: 0;
35+
}
3636
}
37-
3837
.form-errors {
3938
text-align: left;
40-
4139
p {
4240
margin: 2px 0 12px 5px;
4341
}
4442
}
45-
4643
.first-last-names {
4744
display: flex;
4845
flex-direction: row;
4946
justify-content: space-between;
5047
width: 380px;
5148
}
52-
5349
.terms {
54-
margin-top: 10px;
5550
margin-bottom: 20px;
56-
51+
margin-top: 10px;
5752
p {
53+
color: #a3a3ae;
5854
font-size: 12px;
5955
line-height: 15px;
60-
color: #A3A3AE;
6156
}
6257
}
63-
6458
// login-options section
6559
.section-break {
6660
hr {
67-
max-width: 180px;
68-
margin: 10px auto 20px;
6961
border: none;
7062
border-bottom: 1px solid $gray-light;
63+
margin: 10px auto 20px;
64+
max-width: 180px;
7165
}
7266
}
7367
}
@@ -82,20 +76,19 @@
8276
width: 100%;
8377
}
8478
}
85-
8679
section.login-options {
8780
margin-bottom: 41px;
8881
}
8982
}
9083

9184
.join-topcoder {
92-
position: initial;
9385
margin-top: 30px;
86+
position: initial;
9487
}
9588
}
9689

9790
toggle-password-with-tips label {
98-
display: flex !important;
99-
line-height: 20px !important;
100-
padding-right: 10px !important;
91+
display: flex !important;
92+
line-height: 20px !important;
93+
padding-right: 10px !important;
10194
}

0 commit comments

Comments
 (0)