From 835a4aa3842a9eb7d3951c29a3f5e5ee1261fd2d Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Wed, 19 Sep 2018 13:07:21 -0400 Subject: [PATCH] Update modal style --- app/public/css/panel.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/public/css/panel.css b/app/public/css/panel.css index b1c7399..334606a 100644 --- a/app/public/css/panel.css +++ b/app/public/css/panel.css @@ -80,7 +80,7 @@ body { } .modal-header { - border: 2px solid #2a9fd6; + border: 1px solid #2a9fd6; border-radius: 8px 8px 0 0; display: flex; flex-direction: row; @@ -92,7 +92,7 @@ body { } .modal-body { - border: 2px solid #2a9fd6; + border: 1px solid #2a9fd6; border-top: none; background: #000; padding: 30px; @@ -101,7 +101,7 @@ body { .modal-footer { display: flex; justify-content: flex-end; - border: 2px solid #2a9fd6; + border: 1px solid #2a9fd6; border-radius: 0 0 8px 8px; border-top: none; background: #000;