You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
428 B

5 months ago
[data-component='ChatInput'] {
position: relative;
height: 100%;
width: 100%;
> textarea {
height: 100%;
width: 100%;
padding: 4px 8px;
resize: none;
outline: none;
background-color: rgba(#243B55, 1);
color: #fff;
font-family: inherit;
font-size: 13px;
font-weight: 400;
line-height: 22px;
border: none;
+placeholder() {
color: rgba(#fff, 0.35);
}
&:disabled {
opacity: 0.65;
}
}
}