From b4b16212d9c17231f843db1b59caa5d086490860 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Wed, 31 May 2017 19:05:54 +0530 Subject: [PATCH] Styles for banner within panel --- app/assets/stylesheets/pages/settings.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index 3ce17d64182..7c35690f584 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -60,6 +60,14 @@ padding: 3px 8px; border-radius: 40%; } + + .flash-container { + margin-bottom: 0; + + .flash-notice { + border-radius: 0; + } + } } .loading-metrics, -- GitLab