Files
talk/client/coral-ui/components/TextArea.css
T
2017-03-03 15:53:53 -05:00

16 lines
280 B
CSS

.textArea {
textarea {
width: 100%;
display: block;
outline: none;
border: 1px solid rgba(0,0,0,.12);
padding: 6px;
box-sizing: border-box;
border-radius: 2px;
margin: 5px auto;
min-height: 175px;
font-size: 14px;
resize: none;
}
}