From 15e52a5e42a5f87a2ef6b9f9c589ebd5503f5753 Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Sun, 16 Jun 2019 14:44:23 +0100 Subject: [PATCH] added CSS for log table to match existing --- assets/stylesheets/wizard_custom_admin.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 2ebbb253..ab078fc4 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -408,6 +408,7 @@ .wizard-api-endpoints { background-color: $primary-very-low; padding: 20px; + margin-bottom: 20px; .endpoint-list { margin-top: 20px; @@ -443,3 +444,9 @@ } } } + +.wizard-api-log { + background-color: #f8f8f8; + padding: 20px; + margin-bottom: 20px; +}