|
|
|
|
@ -47,7 +47,7 @@ export const LabelTitle = styled.p<TitleProps>` |
|
|
|
|
padding-top: 2px; |
|
|
|
|
color: ${({ theme: { colors } }) => colors.secondary}; |
|
|
|
|
width: ${({ labelWidth }) => (labelWidth ? `${labelWidth}px` : '')}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media ${devices.laptop} { |
|
|
|
|
${({ isUserAccountPage }) => (!isUserAccountPage |
|
|
|
|
? css` |
|
|
|
|
@ -131,7 +131,7 @@ export const InputStyled = styled.input<InputProps>` |
|
|
|
|
} |
|
|
|
|
` |
|
|
|
|
: '')} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media ${devices.tablet} { |
|
|
|
|
@ -157,7 +157,7 @@ export const InputStyled = styled.input<InputProps>` |
|
|
|
|
export const InputWrapper = styled.div<WrapperProps>` |
|
|
|
|
position: relative; |
|
|
|
|
${wrapperStyles} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media ${devices.mobile} { |
|
|
|
|
height: 40px; |
|
|
|
|
@ -215,7 +215,7 @@ export const Error = styled(T9n)<ErrorProps>` |
|
|
|
|
|
|
|
|
|
${({ marginBottom }) => ( |
|
|
|
|
marginBottom |
|
|
|
|
? `margin-bottom: ${marginBottom}px` |
|
|
|
|
? `margin-bottom: ${marginBottom}px;` |
|
|
|
|
: '' |
|
|
|
|
)} |
|
|
|
|
|
|
|
|
|
|