This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +28
-2
lines changed
4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 82
82
link( rel ="stylesheet" , href ="assets/css/directives/challenge-tile.css" )
83
83
link( rel ="stylesheet" , href ="assets/css/directives/challenge-links.directive.css" )
84
84
link( rel ="stylesheet" , href ="assets/css/directives/badge-tooltip.css" )
85
+ link( rel ="stylesheet" , href ="assets/css/community/statistics.css" )
86
+ link( rel ="stylesheet" , href ="assets/css/community/members.css" )
87
+ link( rel ="stylesheet" , href ="assets/css/community/community.css" )
85
88
link( rel ="stylesheet" , href ="assets/css/account/reset-password.css" )
86
89
link( rel ="stylesheet" , href ="assets/css/account/registered-successfully.css" )
87
90
link( rel ="stylesheet" , href ="assets/css/account/register.css" )
Original file line number Diff line number Diff line change
1
+ @import ' tc-includes' ;
2
+
1
3
.community-view {
2
4
background : $gray-lighter ;
3
5
color : $community-text-dark ;
Original file line number Diff line number Diff line change 1
- // @import 'community ';
1
+ @import ' tc-includes ' ;
2
2
3
3
.members-container {
4
4
padding : 15px 0 0 ;
5
+
5
6
a {
6
7
text-decoration : none ;
7
8
}
9
+
8
10
@media only screen and (min-width : 1070px ) {
9
11
padding : 60px 67px 0 ;
10
12
}
13
+
11
14
%reviewboard-panel {
12
15
background : $white ;
13
16
padding : 10px ;
37
40
}
38
41
}
39
42
}
43
+
40
44
.platform-stats-container {
41
45
background : $white ;
42
46
padding : 10px ;
43
47
margin-bottom : 6px ;
44
48
height : 70px ;
45
49
font-family : " Sofia Pro" ,Arial ,Helvetica ,sans-serif ;
50
+
46
51
.stat {
47
52
float : left ;
48
53
width : 25% ;
49
54
text-align : center ;
50
55
}
56
+
51
57
.statVal {
52
58
color : #3d3d3d ;
53
59
font-size : 32px ;
61
67
font-weight : 400 ;
62
68
}
63
69
}
70
+
64
71
.search-container {
65
72
@include module-full-width ;
66
73
background : $white ;
67
74
padding : 15px ;
68
75
@media only screen and (min-width : 1070px ) {
69
76
padding : 30px 40px 30px 41px ;
70
77
}
78
+
71
79
form {
72
80
@include module-full-width ;
73
81
@include community-form-placeholder ;
80
88
border-radius : 7px ;
81
89
}
82
90
}
91
+
83
92
input [type = " text" ] {
84
93
@include module-full-width ;
85
94
@include font-with-weight (' Sofia Pro' , 300 );
91
100
font-size : 22px ;
92
101
}
93
102
}
103
+
94
104
.search-ico {
95
105
display : inline-block ;
96
106
height : 15px ;
112
122
}
113
123
}
114
124
}
125
+
115
126
h2 {
116
127
@include font-with-weight (' Sofia Pro' , 500 );
117
128
font-size : 20px ;
120
131
padding-top : 31px ;
121
132
padding-bottom : 17px ;
122
133
position : relative ;
134
+
123
135
small {
124
136
@include font-with-weight ;
125
137
font-size : 16px ;
128
140
color : $gray-dark-alt ;
129
141
padding-top : 8px ;
130
142
}
143
+
131
144
span {
132
145
color : $member-search-highlight ;
133
146
}
147
+
134
148
@media only screen and (min-width : 1070px ) {
135
149
font-size : 28px ;
136
150
padding-top : 92px ;
141
155
}
142
156
}
143
157
}
158
+
144
159
.default-show-container > div ,
145
160
.search-result-container {
146
161
margin-top : 6px ;
147
162
background : $white ;
148
163
position : relative ;
149
164
}
165
+
150
166
%members-gray-wrapper {
151
167
background : $gray-lightest ;
152
168
border : {
Original file line number Diff line number Diff line change 1
- // @import 'community ';
1
+ @import ' tc-includes ' ;
2
2
3
3
.statistics-container {
4
4
margin-top : 15px ;
10
10
@media only screen and (min-width : 1030px ) {
11
11
margin : 60px 67px ;
12
12
}
13
+
13
14
%statistics-panel {
14
15
background : $white ;
15
16
padding : 10px ;
16
17
margin-bottom : 6px ;
18
+
17
19
h2 {
18
20
@include font-with-weight (' Sofia Pro' , 700 );
19
21
font-size : 18px ;
26
28
padding-top : 82px ;
27
29
padding-bottom : 82px ;
28
30
}
31
+
29
32
small {
30
33
font-size : 16px ;
31
34
display : block ;
32
35
text-transform : capitalize ;
33
36
color : $gray-dark-alt ;
34
37
padding-top : 8px ;
35
38
}
39
+
36
40
span {
37
41
color : $member-search-highlight ;
38
42
}
39
43
}
40
44
}
45
+
41
46
.winner-tile {
42
47
@include font-with-weight ;
43
48
display : flex ;
You can’t perform that action at this time.
0 commit comments