extending with subtitle feature

This commit is contained in:
Antoine M 2023-11-10 10:32:19 +01:00
parent 05bd00b381
commit dcdd3cb0f4

View File

@ -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;
}
}