FEATURE introducing the component

This commit is contained in:
Antoine M 2025-11-25 15:13:57 +01:00
parent 3f6d2e01b1
commit 7de5ee734d

View File

@ -0,0 +1,21 @@
.notice-panel {
@apply bg-white border-primary border-2 p-8 text-primary;
&__content {
@apply flex gap-4;
.icon {
@apply bg-carhop-green-700 shrink-0 w-12 h-12 flex items-center justify-center;
&:before {
content: '';
@apply block w-8 h-8 bg-no-repeat bg-center bg-contain;
background-image: url('../resources/img/icons/carhop-icon-index-panel.svg');
/* background-image: url('../resources/img/icons/icon-losange.svg'); */
}
}
> .innerblocks > :last-child {
@apply !pb-0;
}
}
}