Files
NSG_PORTAL_V2/assets/styles/style.scss
T
nguyen van thai f22a16d42a thainv-dev: Fix UI
2024-06-03 12:27:58 +07:00

27 lines
512 B
SCSS

.style_layout {
> .section-container {
> .layout_define {
> .section_layout {
@apply gap-x-10 #{!important};
}
}
}
}
figure {
margin: auto !important;
}
div[layout="ARTICLE_DETAIL_EMAGAZINE"] {
& p,& figure.align-center-image, & #sub, & #title, & #intro {
@apply lg:max-w-640px mx-auto;
}
@at-root .section_layout{
& div[layout="BREADCRUM_DEFAULT"] {
@apply lg:max-w-640px mx-auto;
}
}
}