28 lines
439 B
CSS
28 lines
439 B
CSS
.inputField {
|
|
border-radius: 8px !important;
|
|
justify-content: space-between;
|
|
padding-top: 12px;
|
|
padding-right: 16px;
|
|
padding-bottom: 12px;
|
|
padding-left: 16px;
|
|
opacity: 1;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.editButton {
|
|
color: var(--primary);
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.textArea {
|
|
border-radius: 24px;
|
|
margin: 40px 0;
|
|
}
|
|
|
|
.actionButton {
|
|
border-radius: 24px;
|
|
width: 100% !important;
|
|
height: 48px !important;
|
|
}
|