2024-05-30 21:32:51 +07:00
|
|
|
.style_layout {
|
|
|
|
|
> .section-container {
|
|
|
|
|
> .layout_define {
|
|
|
|
|
> .section_layout {
|
2024-06-03 12:27:58 +07:00
|
|
|
@apply gap-x-10 #{!important};
|
2024-05-30 21:32:51 +07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-03 12:27:58 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
margin: auto !important;
|
|
|
|
|
}
|
2024-06-06 13:29:22 +07:00
|
|
|
.content {
|
|
|
|
|
& p {
|
|
|
|
|
@apply mb-2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& audio {
|
|
|
|
|
@apply w-full;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& a {
|
|
|
|
|
@apply text-primary-600 underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& document {
|
|
|
|
|
@apply cursor-pointer text-primary-600 underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-03 12:27:58 +07:00
|
|
|
|
|
|
|
|
div[layout="ARTICLE_DETAIL_EMAGAZINE"] {
|
|
|
|
|
& p,& figure.align-center-image, & #sub, & #title, & #intro {
|
|
|
|
|
@apply lg:max-w-640px mx-auto;
|
|
|
|
|
}
|
2024-06-06 13:29:22 +07:00
|
|
|
}
|
2024-06-03 12:27:58 +07:00
|
|
|
|