extending features and working on innerblocks
This commit is contained in:
parent
3d0ac2c4b5
commit
75720ef923
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user