From 22250aeb26ff2bef6da887b51842a54f033ccdba Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 7 Aug 2024 16:40:19 +0200 Subject: [PATCH] spacing adjustements --- template-components/notifications/notifications-popup.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/template-components/notifications/notifications-popup.css b/template-components/notifications/notifications-popup.css index b9e5479..9dbc1f6 100644 --- a/template-components/notifications/notifications-popup.css +++ b/template-components/notifications/notifications-popup.css @@ -1,5 +1,5 @@ .notification { - @apply p-8 relative; + @apply px-8 py-4 relative; z-index: ; &--alert { @@ -66,7 +66,8 @@ @apply !text-base; > * { - @apply inline; + /* @apply inline; */ + @apply leading-tight; } a { @apply font-bold underline;