This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +118
-31
lines changed Expand file tree Collapse file tree 5 files changed +118
-31
lines changed Original file line number Diff line number Diff line change 27
27
p ------------ Or Log in With ------------
28
28
29
29
.social-icons
30
- .github
30
+ .network. github
31
31
.ico ( ng-click ="vm.socialLogin('github')" )
32
32
p Github
33
- .google-plus
33
+ .network. google-plus
34
34
.ico ( ng-click ="vm.socialLogin('google-oauth2')" )
35
35
p Google
36
- .facebook
36
+ .network. facebook
37
37
.ico ( ng-click ="vm.socialLogin('facebook')" )
38
38
p Facebook
39
- .twitter
39
+ .network. twitter
40
40
.ico ( ng-click ="vm.socialLogin('twitter')" )
41
41
p Twitter
42
42
43
- .join-topcoder
44
- span Not a member yet?
45
- p.redirect
46
- a( ui-sref ="register(vm.$stateParams)" ) Join now
43
+ .join-topcoder
44
+ span Not a member yet?
45
+ p.redirect
46
+ a( ui-sref ="register(vm.$stateParams)" ) Join now
47
47
Original file line number Diff line number Diff line change 97
97
p ------------ Or Register With ------------
98
98
99
99
.social-icons
100
- .github
100
+ .network. github
101
101
.ico ( ng-click ="vm.socialRegister('github')" )
102
102
p Github
103
- .google-plus
103
+ .network. google-plus
104
104
.ico ( ng-click ="vm.socialRegister('google-oauth2')" )
105
105
p Google
106
- .facebook
106
+ .network. facebook
107
107
.ico ( ng-click ="vm.socialRegister('facebook')" )
108
108
p Facebook
109
109
Original file line number Diff line number Diff line change 6
6
display : flex ;
7
7
flex-direction : column ;
8
8
text-align : center ;
9
- justify-content : center ;
9
+ justify-content : flex-start ;
10
10
@include source-sans-regular ;
11
11
background-color : white ;
12
12
16
16
display : flex ;
17
17
justify-content : center ;
18
18
align-items : center ;
19
- margin-bottom : 30px ;
20
19
21
20
.arrow {
22
21
background-image : url (/ images/ico-arrow.png );
32
31
33
32
// Basic element stylings
34
33
h1 {
35
- margin-bottom : 30px ;
34
+ margin-top : 39px ;
35
+ margin-bottom : 40px ;
36
36
@include ui-h1 ;
37
37
color : #3D3D3D ;
38
38
line-height : 30px ;
106
106
justify-content : center ;
107
107
padding : 0px 10px ;
108
108
109
- p {
110
- color : #A3A3AE ;
111
- font-size : 10px ;
112
- line-height : 13px ;
113
- @include sofia-pro-medium ;
114
- text-transform : uppercase ;
115
- cursor : pointer ;
116
- }
109
+ .network {
110
+ display : flex ;
111
+ flex-direction : column ;
112
+ align-items : center ;
113
+
114
+ p {
115
+ color : #A3A3AE ;
116
+ font-size : 10px ;
117
+ line-height : 13px ;
118
+ @include sofia-pro-medium ;
119
+ text-transform : uppercase ;
120
+ cursor : pointer ;
121
+ margin-top : 10px ;
122
+ }
117
123
118
- .ico {
119
- margin : 7 px ;
120
- margin-top : 22 px ;
121
- width : 40px ;
122
- height : 40 px ;
123
- cursor : pointer ;
124
+ .ico {
125
+ margin-top : 22 px ;
126
+ width : 40 px ;
127
+ height : 40px ;
128
+ cursor : pointer ;
129
+ }
124
130
}
125
131
126
132
.github {
131
137
}
132
138
}
133
139
.facebook {
134
- margin-left : 40 px ;
140
+ margin-left : 41 px ;
135
141
.ico {
136
142
color : #0D72B9 ;
137
143
background-image : url (/ images/svg/facebook.svg );
138
144
background-repeat : no-repeat ;
139
145
}
140
146
}
141
147
.google-plus {
142
- margin-left : 40 px ;
148
+ margin-left : 43 px ;
143
149
.ico {
144
150
border : 1px solid #D1D3D4 ;
145
151
border-radius : 4px ;
Original file line number Diff line number Diff line change 1
1
@import ' ../partials/combined' ;
2
2
3
3
.login-container {
4
- height : 590px ;
5
4
6
5
box-shadow : 0 1px 6px rgba (0 , 0 , 0 , 0.2 );
7
6
27
26
border : none ;
28
27
}
29
28
}
29
+
30
+ button {
31
+ margin-top : 40px ;
32
+ }
30
33
}
31
34
32
35
.form-errors {
48
51
font-size : 12px ;
49
52
}
50
53
}
54
+
55
+ }
56
+
57
+ .join-topcoder {
58
+ .redirect {
59
+ width : 111px ;
60
+ padding : 8px 10px ;
61
+ }
62
+ }
63
+
64
+ @media (min-width : 768px ) {
65
+
66
+ .login-container {
67
+ section .social {
68
+ margin-bottom : 60px ;
69
+ }
70
+ }
71
+ }
72
+ @media (max-width : 767px ) {
73
+
74
+ .login-container {
75
+
76
+ h1 {
77
+ margin-top : 30px ;
78
+ margin-bottom : 30px ;
79
+ }
80
+
81
+ form {
82
+
83
+ }
84
+
85
+ section .social {
86
+ margin-bottom : 41px ;
87
+
88
+ .social-icons {
89
+ .network {
90
+ & .github {
91
+
92
+ }
93
+
94
+ & .facebook {
95
+ margin-left : 30px ;
96
+ }
97
+
98
+ & .google-plus {
99
+ margin-left : 32px ;
100
+ }
101
+
102
+ & .twitter {
103
+ margin-left : 30px ;
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+
110
+ .join-topcoder {
111
+ position : initial ;
112
+ margin-top : 30px ;
113
+ }
51
114
}
Original file line number Diff line number Diff line change 75
75
i {
76
76
cursor : pointer ;
77
77
}
78
+
79
+ .network {
80
+ & .github {
81
+
82
+ }
83
+
84
+ & .facebook {
85
+ margin-left : 41px ;
86
+ }
87
+
88
+ & .google-plus {
89
+ margin-left : 43px ;
90
+ }
91
+ }
78
92
}
79
93
}
80
94
140
154
}
141
155
}
142
156
}
157
+
158
+ section .social {
159
+ margin-bottom : 41px ;
160
+ }
143
161
}
144
162
145
163
.join-topcoder {
You can’t perform that action at this time.
0 commit comments