extending features and working on innerblocks

This commit is contained in:
Antoine M 2023-11-10 13:09:30 +01:00
parent 3d0ac2c4b5
commit 75720ef923

View File

@ -1,4 +1,16 @@
.homegrade-blocks-accordeon-panel-content {
@apply w-full;
width: 100% !important;
h4 {
@apply text-secondary;
}
h5:before {
@apply h-full bg-neutral-800 inline-block mr-3 rounded-2xl;
width: 2px;
height: 16px;
content: '';
transform: translateY(2px);
}
&__content {
@apply pt-8;
}