40 lines
722 B
SCSS
40 lines
722 B
SCSS
.style_layout {
|
|
> .section-container {
|
|
> .layout_define {
|
|
> .section_layout {
|
|
@apply gap-x-10 #{!important};
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
figure {
|
|
margin: auto !important;
|
|
}
|
|
.content {
|
|
& p {
|
|
@apply mb-2;
|
|
}
|
|
|
|
& audio {
|
|
@apply w-full;
|
|
}
|
|
|
|
& document, & a, & custom-figure, & author {
|
|
@apply cursor-pointer text-primary-600;
|
|
}
|
|
}
|
|
|
|
div[layout="TYPE:Detail-LAYOUT:image"] {
|
|
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breakcrumb, & #navigation__bottom {
|
|
@apply lg:max-w-640px mx-auto;
|
|
}
|
|
}
|
|
|
|
div[layout="ARTICLE_PAGE"] {
|
|
& figure{
|
|
@apply w-full items-center flex justify-center;
|
|
}
|
|
}
|
|
|