|
|
|
@ -33,27 +33,12 @@ export const StyledLink = styled(Link)` |
|
|
|
} |
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const Dash = styled.span` |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
width: 40px; |
|
|
|
|
|
|
|
border-bottom: 3px solid white; |
|
|
|
|
|
|
|
margin: 0 15px; |
|
|
|
|
|
|
|
height: fit-content; |
|
|
|
|
|
|
|
align-self: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media${devices.tablet} { |
|
|
|
|
|
|
|
width: 16px; |
|
|
|
|
|
|
|
border-bottom: 1px solid white; |
|
|
|
|
|
|
|
margin: 0 4px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const Score = styled.div` |
|
|
|
export const Score = styled.div` |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
margin-left: 48px; |
|
|
|
margin: 0 20px; |
|
|
|
|
|
|
|
|
|
|
|
@media${devices.tablet} { |
|
|
|
@media${devices.tablet} { |
|
|
|
margin-left: 8px; |
|
|
|
margin: 0 10px; |
|
|
|
color: #EACB6F; |
|
|
|
color: #EACB6F; |
|
|
|
} |
|
|
|
} |
|
|
|
` |
|
|
|
` |
|
|
|
|