From aa0a27aaa02fa2140fac1344083d28d4dc87fb93 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 21:18:09 -0500 Subject: [PATCH] Update panel styles on task order show page --- styles/sections/_task_order.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 47eadcfb..5d8e27fb 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -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 {