|
|
|
@ -142,8 +142,8 @@ type FlagIconProps = { |
|
|
|
|
|
|
|
|
|
|
|
export const FlagIcon = styled.span<FlagIconProps>` |
|
|
|
export const FlagIcon = styled.span<FlagIconProps>` |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
width: 20px; |
|
|
|
width: 24px; |
|
|
|
height: 14px; |
|
|
|
height: 16px; |
|
|
|
background-image: url('/images/flags-sprite.png'); |
|
|
|
background-image: url('/images/flags-sprite.png'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 360px; |
|
|
|
background-size: 360px; |
|
|
|
|