Update panel styles on task order show page

This commit is contained in:
Patrick Smith 2019-02-12 21:18:09 -05:00
parent 91e1d14111
commit aa0a27aaa0

View File

@ -63,6 +63,9 @@
}
.task-order-summary {
.panel {
@include shadow-panel;
}
.alert .alert__actions {
margin-top: 2 * $gap;
@ -180,6 +183,7 @@
}
.task-order-sidebar {
padding-left: 3 * $gap;
min-width: 35rem;
hr {