Repository URL to install this package:
|
Version:
4.0.7 ▾
|
import { styled } from 'styleh-components'
const FormWrapper = styled.section`
margin: rem(16) 0 0;
width: 100%;
.comment-box-wrapper {
display: flex;
}
.comment-box {
width: 100%;
height: rem(200);
resize: none;
padding: rem(8);
font-size: rem(18);
&::placeholder {
font-style: italic;
}
}
`
export { FormWrapper }