File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed
src/shared/components/HallOfFamePage Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ function findTheme(track) {
34
34
case 'DEVELOPMENT' :
35
35
case 'FIRST2FINISH' :
36
36
case 'MOD DASH' :
37
+ case 'QA' :
37
38
return developmentAndFirst2finishTheme ;
38
39
case 'STUDIO' :
39
40
case 'UI DESIGN' :
Original file line number Diff line number Diff line change 1
1
@import " ~styles/mixins" ;
2
2
3
3
.container {
4
- align-items : center ;
4
+ align-items : stretch ;
5
5
display : flex ;
6
6
justify-content : space-between ;
7
7
15
15
.fact {
16
16
background-color : #fff ;
17
17
border-radius : 4px ;
18
- height : 330px ;
19
18
width : 360px ;
20
19
21
20
@include xs-to-lg {
48
47
border-top : solid 4px #5cc900 ;
49
48
color : #000 ;
50
49
font-size : 15px ;
51
- height : 150px ;
52
50
line-height : 25px ;
53
51
padding : 15px ;
54
52
text-align : left ;
53
+ margin-top : -3px ;
55
54
56
55
a ,
57
56
a :visited {
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ const HallOfFamePage = ({ eventId, hallOfFame }) => {
243
243
{
244
244
data . fields . spiritAwardWinners && (
245
245
< div styleName = "spirit-awards" >
246
- < h3 > Spirit Award </ h3 >
246
+ < h3 > SPIRIT AWARD WINNER </ h3 >
247
247
< div styleName = "spirit-awards-wrap" >
248
248
{
249
249
_ . map (
Original file line number Diff line number Diff line change 179
179
180
180
img {
181
181
min-height : 375px ;
182
+ max-height : 100% ;
182
183
width : 100% ;
183
184
}
184
185
253
254
margin : 0 ;
254
255
padding : 0 ;
255
256
width : 127px ;
257
+ white-space : nowrap ;
256
258
}
257
259
258
260
margin : 7px ;
374
376
}
375
377
376
378
.spirit-awards {
377
- margin-top : 50 px ;
379
+ margin : 40 px auto 60 px auto ;
378
380
display : flex ;
379
381
flex-direction : column ;
380
- align-items : center ;
382
+ border : 1px solid #e2c6f3 ;
383
+ border-radius : 4px ;
384
+ width : 173px ;
381
385
382
386
h3 {
383
- margin-bottom : 20px ;
387
+ margin : 0 ;
388
+ background-color : #914da5 ;
389
+ border-radius : 4px 4px 0 0 ;
390
+ color : #fff ;
391
+ font-family : Roboto, sans-serif ;
392
+ font-size : 13px ;
393
+ line-height : 30px ;
394
+ text-align : center ;
395
+ font-weight : bold ;
384
396
}
385
397
386
398
.spirit-awards-wrap {
390
402
a {
391
403
font-size : 16px ;
392
404
}
405
+
406
+ p {
407
+ margin : 0 ;
408
+ }
393
409
}
394
410
}
You can’t perform that action at this time.
0 commit comments