Some styling for cancel modal

This commit is contained in:
richard-dds
2019-07-30 11:07:16 -04:00
parent ec6494c6c3
commit c99e05ed86
3 changed files with 20 additions and 4 deletions

View File

@@ -249,3 +249,12 @@
}
}
}
.task-order__modal-cancel {
text-align: center;
}
.task-order__modal-cancel_buttons {
display: flex;
justify-content: center;
}