Files
NSG_PORTAL_V2/assets/styles/style.scss
T

22 lines
525 B
SCSS
Raw Normal View History

2024-05-30 21:32:51 +07:00
.style_layout {
> .section-container {
> .layout_define {
> .section_layout {
@apply gap-x-14
> div {
background: red;
> div {
article {
background: red;
h3 {
@apply text-xl #{!important}
}
}
}
}
}
}
}
}