|
|
|
@ -156,7 +156,7 @@ export const SecondaryInfo = styled.div` |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
height: 2rem; |
|
|
|
min-height: 2rem; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const CountryFlag = styled.img` |
|
|
|
export const CountryFlag = styled.img` |
|
|
|
@ -188,11 +188,14 @@ export const TournamentName = styled(Name)` |
|
|
|
max-height: 100%; |
|
|
|
max-height: 100%; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
font-size: 13px; |
|
|
|
font-size: 13px; |
|
|
|
line-height: 18px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
white-space: initial; |
|
|
|
white-space: initial; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media ${devices.laptop} { |
|
|
|
|
|
|
|
font-size: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const TournamentLogo = styled(ProfileLogo)` |
|
|
|
export const TournamentLogo = styled(ProfileLogo)` |
|
|
|
|