ui-nyla/src/components/DashboardPrompts/DashboardPromptArea/DashboardPromptAreaMessage.module.css
idittrich-valueon 1366982db0 deployment2
2025-05-07 12:08:11 +02:00

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;
}