|
|
|
|
@ -182,6 +182,7 @@ export const SliderImg = styled.img<SliderImgProps>` |
|
|
|
|
100% { |
|
|
|
|
transform: scale(1.1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
export const SliderSwitch = styled.div` |
|
|
|
|
@ -276,9 +277,10 @@ export const TournamentTitle = styled.div` |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
export const TournamentButton = styled(ButtonSolid)<ButtonProps>` |
|
|
|
|
width: 320px; |
|
|
|
|
min-width: 320px; |
|
|
|
|
width: fit-content; |
|
|
|
|
height: fit-content; |
|
|
|
|
font-size: 1.13rem;; |
|
|
|
|
font-size: 1.13rem; |
|
|
|
|
font-weight: 600; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
margin-bottom: 4.25rem; |
|
|
|
|
@ -290,6 +292,7 @@ export const TournamentButton = styled(ButtonSolid)<ButtonProps>` |
|
|
|
|
${isMobileDevice |
|
|
|
|
? css` |
|
|
|
|
width: 100%; |
|
|
|
|
min-width: 100%; |
|
|
|
|
font-size: 17px; |
|
|
|
|
padding: 10px 0; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|