27 lines
No EOL
484 B
CSS
27 lines
No EOL
484 B
CSS
.messageField {
|
|
display: flex;
|
|
height: 70px;
|
|
width: 100%;
|
|
border-radius: 12px;
|
|
border: 1px solid var(--f-1-f-1-f-1, #F1F1F1);
|
|
}
|
|
|
|
.inputField {
|
|
height: 70px;
|
|
padding: 15px 24px 0 15px;
|
|
width: calc(100% - 40px);
|
|
color: #000;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
opacity: 0.4;
|
|
resize: none;
|
|
overflow: hidden;
|
|
font-family: Helvetica;
|
|
border: none;
|
|
}
|
|
|
|
.inputButton {
|
|
height: 40px;
|
|
width: 40px;
|
|
} |