|
|
|
|
@ -84,9 +84,10 @@ export const Preview = styled.img` |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
export const MatchTimeInfo = styled.div` |
|
|
|
|
width: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0.519rem; |
|
|
|
|
left: 0.519rem; |
|
|
|
|
padding: 0 0.519rem; |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
type MatchDateProps = { |
|
|
|
|
@ -94,6 +95,7 @@ type MatchDateProps = { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export const MatchDate = styled.div<MatchDateProps>` |
|
|
|
|
width: fit-content; |
|
|
|
|
height: 0.9rem; |
|
|
|
|
border-radius: 2px; |
|
|
|
|
padding: ${({ isHomePage }) => (!isHomePage ? '0 0.27rem' : '')}; |
|
|
|
|
@ -122,8 +124,7 @@ export const MatchDate = styled.div<MatchDateProps>` |
|
|
|
|
|
|
|
|
|
export const LiveSign = styled(MatchDate)` |
|
|
|
|
background-color: #CC0000; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
margin-left: auto; |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
export const Time = styled.span` |
|
|
|
|
|