19 lines
261 B
CSS
19 lines
261 B
CSS
.inputField {
|
|
height: 50px;
|
|
}
|
|
|
|
.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;
|
|
}
|