style(#in442): fixed flag icon size

pull/119/head
Farber Denis 3 years ago
parent 090d28c1fd
commit 7f1634b3e9
  1. 4
      src/features/AuthServiceApp/components/LanguageSelect/styled.tsx

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

Loading…
Cancel
Save