BC
Size: a a a
BC
SB
BC
SB
const Input = styled.input`
display: block;
width: 100%;
padding: 16px;
font-size: 20px;
font-weight: 400;
text-align: center;
border: none;
border-radius: 6px;
&::placeholder {
color: #d3d3d3;
}
`;
const AttachFile = styled.label`
display: flex;
align-items: center;
justify-content: center;
${Input} {
display: none;
}
`;
SB
M
const Input = styled.input`
display: block;
width: 100%;
padding: 16px;
font-size: 20px;
font-weight: 400;
text-align: center;
border: none;
border-radius: 6px;
&::placeholder {
color: #d3d3d3;
}
`;
const AttachFile = styled.label`
display: flex;
align-items: center;
justify-content: center;
${Input} {
display: none;
}
`;
АГ
АГ
BC
BC
🅚
.dropdown-menu>li>a
что значит стрелка влево?АГ
АГ
.dropdown-menu>li>a
что значит стрелка влево?AE
.dropdown-menu>li>a
что значит стрелка влево?🅚
AE
.dropdown-menu>li>a
что значит стрелка влево?AE
🅚