From 510f29d93a3e036bc9c225f9d72055f3d7333782 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 19 Apr 2017 15:55:34 -0700 Subject: [PATCH] Style endpoint tab contents --- ui/src/style/pages/config-endpoints.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/style/pages/config-endpoints.scss b/ui/src/style/pages/config-endpoints.scss index e606908394..efd3aa8149 100644 --- a/ui/src/style/pages/config-endpoints.scss +++ b/ui/src/style/pages/config-endpoints.scss @@ -58,4 +58,7 @@ $config-endpoint-tab-bg-active: $g3-castle; } .config-endpoint--tab-contents { flex: 1 0 0; + background-color: $config-endpoint-tab-bg-active; + border-radius: 0 $radius $radius 0; + padding: 16px 42px; } \ No newline at end of file