2024-06-28 15:44:12 +07:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap");
|
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
|
2024-06-03 12:27:58 +07:00
|
|
|
|
2024-06-28 15:44:12 +07:00
|
|
|
// Variables
|
|
|
|
|
$font-gelasio: "Gelasio", serif;
|
|
|
|
|
$font-raleway: "Raleway", sans-serif;
|
|
|
|
|
|
|
|
|
|
$color-primary: #ED1C24;
|
|
|
|
|
$color-brown: #9E1E0F;
|
|
|
|
|
$color-text: #151411;
|
|
|
|
|
$color-paragraph: #AFADB5;
|
|
|
|
|
$color-placeholder: #F9F9F9;
|
|
|
|
|
$color-line: #EDEDED;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Mixins
|
|
|
|
|
|
|
|
|
|
// extends
|
|
|
|
|
%headings {
|
|
|
|
|
color: $color-text;
|
|
|
|
|
font-family: $font-gelasio;
|
|
|
|
|
line-height: 130%;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%label {
|
|
|
|
|
color: $color-text;
|
|
|
|
|
font-family: $font-raleway;
|
|
|
|
|
line-height: 130%;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%paragraph {
|
|
|
|
|
color: $color-paragraph;
|
|
|
|
|
font-family: $font-raleway;
|
|
|
|
|
line-height: 180%;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 a {
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 64px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 a{
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 44px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 a{
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 a{
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5 a{
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6 a{
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6.h6-plus a {
|
|
|
|
|
@extend %headings;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
&.label-l1 {
|
|
|
|
|
@extend %label;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.label-l2 {
|
|
|
|
|
@extend %label;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.label-l3 {
|
|
|
|
|
@extend %label;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
&.paragraph-p1 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.paragraph-p2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.paragraph-p2 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-18 14:04:24 +07:00
|
|
|
|
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 {
|
2024-06-18 14:04:24 +07:00
|
|
|
@apply mb-2 font-arial leading-160%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& #title {
|
|
|
|
|
@apply font-merriweather font-bold leading-150%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& #intro, & #sub {
|
|
|
|
|
@apply font-arial font-medium leading-160%;
|
2024-06-06 13:29:22 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& 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"] {
|
2024-06-25 09:08:44 +07:00
|
|
|
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breadcrumb, & #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-18 14:04:24 +07:00
|
|
|
.container-long {
|
|
|
|
|
& .section_layout.grid {
|
|
|
|
|
@apply md:gap-20px
|
|
|
|
|
}
|
|
|
|
|
}
|