From 67e782fcd49cc1452f74672ec44272523a5abb3f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Nov 2023 14:02:15 +0100 Subject: [PATCH] introducing icone feature --- resources/css/blocks/icon.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 resources/css/blocks/icon.css diff --git a/resources/css/blocks/icon.css b/resources/css/blocks/icon.css new file mode 100644 index 0000000..1cc880a --- /dev/null +++ b/resources/css/blocks/icon.css @@ -0,0 +1,6 @@ +.homegrade-blocks-icon { + @apply w-12 h-12 !mx-0 flex justify-center items-center; + img { + @apply max-w-full max-h-full; + } +}