@@ -3,16 +3,16 @@ $podium-border-color: #ededf2;
3
3
4
4
.PodiumSpot {
5
5
border-radius : 6px ;
6
- padding : 25 px ;
6
+ padding : 23 px 15 px ;
7
7
display : flex ;
8
- width : 324 px ;
8
+ width : auto ;
9
9
10
10
.leaderboard-avatar {
11
11
display : inline-block ;
12
- overflow : hidden ;
13
12
position : relative ;
14
13
margin-bottom : 12px ;
15
14
margin-right : 20px ;
15
+ overflow : visible ;
16
16
}
17
17
18
18
.ranking {
@@ -23,7 +23,7 @@ $podium-border-color: #ededf2;
23
23
display : inline-block ;
24
24
position : absolute ;
25
25
right : 0 ;
26
- bottom : 10px ;
26
+ bottom : - 10px ;
27
27
font-size : 15px ;
28
28
}
29
29
@@ -35,15 +35,16 @@ $podium-border-color: #ededf2;
35
35
color : #56565d ;
36
36
font-size : 18px ;
37
37
display : flex ;
38
- justify-content : space-around ;
38
+ justify-content : center ;
39
39
flex-direction : column ;
40
40
41
41
.stats {
42
42
color : #747480 ;
43
- font-size : 15 px ;
43
+ font-size : 16 px ;
44
44
font-weight : 400 ;
45
45
line-height : 25px ;
46
46
display : flex ;
47
+ margin-bottom : 4px ;
47
48
48
49
.value-title {
49
50
color : #2a2a2a ;
@@ -91,12 +92,12 @@ $podium-border-color: #ededf2;
91
92
a .profile-link {
92
93
color : #0d61bf ;
93
94
font-family : Barlow, sans-serif ;
94
- font-size : 20 px ;
95
+ font-size : 16 px ;
95
96
font-weight : 600 ;
96
- line-height : 24 px ;
97
+ line-height : 19 px ;
97
98
text-align : left ;
98
99
text-decoration : underline ;
99
- margin-bottom : 15 px ;
100
+ margin-bottom : 13 px ;
100
101
101
102
& :hover {
102
103
text-decoration : none ;
@@ -135,31 +136,41 @@ $podium-border-color: #ededf2;
135
136
}
136
137
}
137
138
139
+ .PodiumSpot--fourth {
140
+ background-color : #8dccd4 ;
141
+
142
+ .ranking {
143
+ background-color : #2a2a2a ;
144
+ color : #fff ;
145
+ }
146
+ }
147
+
138
148
.PodiumSpot--first ,
139
149
.PodiumSpot--second ,
140
- .PodiumSpot--third {
150
+ .PodiumSpot--third ,
151
+ .PodiumSpot--fourth {
141
152
margin-top : 0 ;
142
153
143
154
.leaderboard-avatar {
144
- height : 64 px ;
145
- width : 64 px ;
155
+ height : 79 px ;
156
+ width : 79 px ;
146
157
}
147
158
}
148
159
149
- @include md-to-lg {
150
- .PodiumSpot--first .leaderboard-avatar ,
151
- .PodiumSpot--second .leaderboard-avatar ,
152
- .PodiumSpot--third .leaderboard-avatar {
153
- height : 96px ;
154
- width : 96px ;
155
- }
156
- }
157
-
158
- @include xl {
159
- .PodiumSpot--first .leaderboard-avatar ,
160
- .PodiumSpot--second .leaderboard-avatar ,
161
- .PodiumSpot--third .leaderboard-avatar {
162
- height : 128px ;
163
- width : 128px ;
164
- }
165
- }
160
+ // @include md-to-lg {
161
+ // .PodiumSpot--first .leaderboard-avatar,
162
+ // .PodiumSpot--second .leaderboard-avatar,
163
+ // .PodiumSpot--third .leaderboard-avatar {
164
+ // height: 96px;
165
+ // width: 96px;
166
+ // }
167
+ // }
168
+
169
+ // @include xl {
170
+ // .PodiumSpot--first .leaderboard-avatar,
171
+ // .PodiumSpot--second .leaderboard-avatar,
172
+ // .PodiumSpot--third .leaderboard-avatar {
173
+ // height: 128px;
174
+ // width: 128px;
175
+ // }
176
+ // }
0 commit comments