From 03e0accd9b398da7bc38588815f2614d70e26477 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Thu, 13 Sep 2018 13:00:05 -0400 Subject: [PATCH] request approval styles --- styles/sections/_request_approval.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/styles/sections/_request_approval.scss b/styles/sections/_request_approval.scss index 5769d5d9..7011d745 100644 --- a/styles/sections/_request_approval.scss +++ b/styles/sections/_request_approval.scss @@ -32,6 +32,12 @@ } } + .request-approval__review { + .action-group { + margin-bottom: $gap * 6; + } + } + .approval-log { ol { list-style: none; @@ -94,4 +100,10 @@ } } } + + .internal-notes { + textarea { + resize: vertical; + } + } }