From dcdd3cb0f41bfaeeb4ebab6f57264c082632a4e5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 10 Nov 2023 10:32:19 +0100 Subject: [PATCH] extending with subtitle feature --- resources/css/blocks/tips-to-know.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/tips-to-know.css b/resources/css/blocks/tips-to-know.css index 2601ba3..be09532 100644 --- a/resources/css/blocks/tips-to-know.css +++ b/resources/css/blocks/tips-to-know.css @@ -10,6 +10,7 @@ &__tip { @apply flex gap-6; } + &__tip-icon { @apply w-16 h-16 bg-white shadowed shrink-0 @@ -22,6 +23,9 @@ } } &__tip-title { - @apply text-secondary font-bold text-2xl mb-4 !mt-0; + @apply text-secondary font-bold text-2xl mb-4 !my-0; + } + &__tip-subtitle { + @apply !my-0; } }