22 lines
525 B
SCSS
22 lines
525 B
SCSS
|
|
.style_layout {
|
||
|
|
> .section-container {
|
||
|
|
> .layout_define {
|
||
|
|
> .section_layout {
|
||
|
|
@apply gap-x-14
|
||
|
|
|
||
|
|
> div {
|
||
|
|
background: red;
|
||
|
|
|
||
|
|
> div {
|
||
|
|
article {
|
||
|
|
background: red;
|
||
|
|
h3 {
|
||
|
|
@apply text-xl #{!important}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|