2024-06-17 11:48:00 +07:00
|
|
|
// .style_layout {
|
|
|
|
|
// > .section-container {
|
|
|
|
|
// > .layout_define {
|
|
|
|
|
// > .section_layout {
|
|
|
|
|
// @apply gap-x-10 #{!important};
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
2024-06-03 12:27:58 +07:00
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
margin: auto !important;
|
|
|
|
|
}
|
2024-06-17 11:48:00 +07:00
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
object-fit: cover!important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-06 13:29:22 +07:00
|
|
|
.content {
|
|
|
|
|
& p {
|
|
|
|
|
@apply mb-2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& audio {
|
|
|
|
|
@apply w-full;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-12 17:17:49 +07:00
|
|
|
& document, & a, & custom-figure, & author {
|
|
|
|
|
@apply cursor-pointer text-primary-600;
|
2024-06-06 13:29:22 +07:00
|
|
|
}
|
|
|
|
|
}
|
2024-06-03 12:27:58 +07:00
|
|
|
|
2024-06-12 17:17:49 +07:00
|
|
|
div[layout="TYPE:Detail-LAYOUT:image"] {
|
|
|
|
|
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breakcrumb, & #navigation__bottom {
|
2024-06-03 12:27:58 +07:00
|
|
|
@apply lg:max-w-640px mx-auto;
|
|
|
|
|
}
|
2024-06-06 13:29:22 +07:00
|
|
|
}
|
2024-06-03 12:27:58 +07:00
|
|
|
|
2024-06-12 17:56:44 +07:00
|
|
|
div[layout="ARTICLE_PAGE"] {
|
|
|
|
|
& figure{
|
|
|
|
|
@apply w-full items-center flex justify-center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-17 11:48:00 +07:00
|
|
|
// .layout_define {
|
|
|
|
|
// & .section_layout.three_col_layout {
|
|
|
|
|
// @media (max-width: 768px) {
|
|
|
|
|
// grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|