request approval styles

This commit is contained in:
Andrew Croce 2018-09-13 13:00:05 -04:00 committed by dandds
parent 98daee0ed3
commit 03e0accd9b

View File

@ -32,6 +32,12 @@
} }
} }
.request-approval__review {
.action-group {
margin-bottom: $gap * 6;
}
}
.approval-log { .approval-log {
ol { ol {
list-style: none; list-style: none;
@ -94,4 +100,10 @@
} }
} }
} }
.internal-notes {
textarea {
resize: vertical;
}
}
} }