33 lines
542 B
CSS
33 lines
542 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;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 12px;
|
|
line-height: 140%;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.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;
|
|
}
|