|
|
|
|
@ -13,8 +13,6 @@ import { |
|
|
|
|
Row, |
|
|
|
|
} from '../../styled' |
|
|
|
|
|
|
|
|
|
const labelWidth = 116 |
|
|
|
|
|
|
|
|
|
export const CardStep = () => ( |
|
|
|
|
<Form> |
|
|
|
|
<BlockTitle>Привязка карты</BlockTitle> |
|
|
|
|
@ -23,7 +21,6 @@ export const CardStep = () => ( |
|
|
|
|
<Input |
|
|
|
|
id='cardNumber' |
|
|
|
|
label='Номер карты' |
|
|
|
|
labelWidth={labelWidth} |
|
|
|
|
paddingX={21} |
|
|
|
|
/> |
|
|
|
|
<Row> |
|
|
|
|
@ -32,7 +29,6 @@ export const CardStep = () => ( |
|
|
|
|
label='Срок действия' |
|
|
|
|
wrapperWidth={280} |
|
|
|
|
inputWidth={85} |
|
|
|
|
labelWidth={labelWidth} |
|
|
|
|
paddingX={21} |
|
|
|
|
/> |
|
|
|
|
<Input |
|
|
|
|
|