From bb3c2b302c870d8ea9c196fd2c29e6d253192923 Mon Sep 17 00:00:00 2001
From: Aspectis <tobias@aspectis.net>
Date: Thu, 11 Mar 2021 13:58:50 +0100
Subject: [PATCH] refs #19013 [fid_bbi] fix margin on alert headings

---
 themes/fid_bbi/scss/blocks/alert.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/themes/fid_bbi/scss/blocks/alert.scss b/themes/fid_bbi/scss/blocks/alert.scss
index 7ed908b92b2..25572d2c37b 100644
--- a/themes/fid_bbi/scss/blocks/alert.scss
+++ b/themes/fid_bbi/scss/blocks/alert.scss
@@ -42,6 +42,11 @@
 
   > .icon {
     margin-left: g(-2.25);
+
+    + h2,
+    + h3 {
+      margin-top: 0;
+    }
   }
 
   .main_wrap > &:first-child {
-- 
GitLab