FIX Adapting style with new icon injection
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-12-04 10:23:20 +01:00
parent d733ee1490
commit 12ed9e9e50

View File

@ -2,12 +2,15 @@
@apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto; @apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
&__titling { &__titling {
@apply sm:flex items-center md:mb-8; @apply sm:flex items-center md:mb-8 gap-x-3;
.icon { .icon {
@apply mb-2 sm:mb-0; @apply mb-2 sm:mb-0 rounded-full p-3;
&__image {
@apply w-4 h-4 object-contain;
}
} }
h3 { h3 {
@apply pb-4; @apply pb-4 !my-0;
} }
&--has-no-icon { &--has-no-icon {
h3 { h3 {