refactor special request & time estimate components
This commit is contained in:
@@ -3,14 +3,16 @@
|
||||
}
|
||||
|
||||
.editButton {
|
||||
color: var(--primary, #FFB700);
|
||||
color: var(--primary, #ffb700);
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.textArea{
|
||||
.textArea {
|
||||
border-radius: 24px;
|
||||
margin: 40px 0;
|
||||
}
|
||||
.actionButton{
|
||||
.actionButton {
|
||||
border-radius: 24px;
|
||||
width: 100px;
|
||||
}
|
||||
width: 100% !important;
|
||||
height: 48px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user