|
|
@ -8507,7 +8507,15 @@ button.close { |
|
|
|
} |
|
|
|
|
|
|
|
.team .team-icon { |
|
|
|
display: inline-block; |
|
|
|
display: -webkit-box; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
justify-content: center; |
|
|
|
width: 40px; |
|
|
|
height: 40px; |
|
|
|
border-radius: 20px; |
|
|
@ -8518,10 +8526,12 @@ button.close { |
|
|
|
border-width: 4px; |
|
|
|
border-style: solid; |
|
|
|
margin-right: 0; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
.team .team-icon.empty { |
|
|
|
background-color: transparent !important; |
|
|
|
color: black; |
|
|
|
} |
|
|
|
|
|
|
|
.team .team-name { |
|
|
@ -8725,6 +8735,11 @@ button.close { |
|
|
|
height: 200px; |
|
|
|
} |
|
|
|
|
|
|
|
.scoreboard th, |
|
|
|
.scoreboard td { |
|
|
|
font-family: Helvetica, Arial, sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
.scoreboard td.score, |
|
|
|
.scoreboard th.score { |
|
|
|
text-align: center; |
|
|
|