File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
$round-margin : 50px ;
2
- $match-width : 200 px ;
2
+ $match-width : 192 px ;
3
3
4
4
$connector-width : $round-margin / 2 ;
5
- $connector-borders : 2px solid var (--connector -color );
5
+ $connector-borders : 2px solid var (--border -color );
6
6
7
- $win-color : #50b649 ;
8
- $loss-color : #e61a1a ;
9
7
$match-borders : 1px solid var (--border-color );
10
8
$match-borders-radius : 0.3rem ;
11
9
@@ -31,14 +29,15 @@ $match-borders-radius: 0.3rem;
31
29
user-select : none ;
32
30
33
31
--primary-background : #fff ;
34
- --secondary-background : #ddd ;
32
+ --secondary-background : #eceff1 ;
35
33
--font-color : #212529 ;
36
34
--win-color : #50b649 ;
37
35
--loss-color : #e61a1a ;
36
+ --label-color : grey ;
38
37
--hint-color : #a7a7a7 ;
39
38
--connector-color : #9e9e9e ;
40
39
--border-color : #d9d9d9 ;
41
- --border-hover-color : #009dff ;
40
+ --border-hover-color : #b6b5b5 ;
42
41
}
43
42
44
43
h1 ,
60
59
61
60
h3 {
62
61
text-align : center ;
63
- background : #eceff1 ;
62
+ background : var ( --secondary-background ) ;
64
63
font-size : 16px ;
65
64
padding : 10px ;
66
65
}
197
196
font-size : 0.8rem ;
198
197
background : white ;
199
198
padding : 0 5px ;
200
- color : var (--hint -color );
199
+ color : var (--label -color );
201
200
border-radius : 3px ;
202
201
}
203
202
239
238
.team {
240
239
display : flex ;
241
240
justify-content : space-between ;
242
- padding : 3 px 12 px ;
241
+ padding : 2 px 8 px ;
243
242
background : var (--primary-background );
244
243
245
244
& .hover {
@@ -281,13 +280,14 @@ h3 {
281
280
282
281
.result {
283
282
margin-left : 10px ;
283
+ width : 15% ;
284
284
text-align : center ;
285
285
286
286
& .win {
287
- color : $ win-color ;
287
+ color : var ( -- win-color) ;
288
288
}
289
289
290
290
& .loss {
291
- color : $ loss-color ;
291
+ color : var ( -- loss-color) ;
292
292
}
293
293
}
You can’t perform that action at this time.
0 commit comments