thainv-dev: UI

This commit is contained in:
nguyen van thai
2024-06-18 14:04:24 +07:00
parent f17e28472c
commit d103f4bbf7
19 changed files with 246 additions and 155 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@import custom.css
body
font-family: 'Nunito', sans-serif
@apply font-beVietnam text-black-500
// video
// max-width: 100% !important
+4 -1
View File
@@ -1,5 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
.custom_scrollbar {
white-space: nowrap;
@@ -146,7 +149,7 @@ span.boxRelation .relationBoxText{
}
span.boxRelation .relationText{
font-size: 18px;
font-size: 16px;
font-weight: 600;
}
span.boxRelation .relationDay{
+15 -8
View File
@@ -8,6 +8,7 @@
// }
// }
figure {
margin: auto !important;
}
@@ -18,7 +19,15 @@ img {
.content {
& p {
@apply mb-2;
@apply mb-2 font-arial leading-160%;
}
& #title {
@apply font-merriweather font-bold leading-150%;
}
& #intro, & #sub {
@apply font-arial font-medium leading-160%;
}
& audio {
@@ -42,10 +51,8 @@ div[layout="ARTICLE_PAGE"] {
}
}
// .layout_define {
// & .section_layout.three_col_layout {
// @media (max-width: 768px) {
// grid-template-columns: repeat(1, minmax(0, 1fr));
// }
// }
// }
.container-long {
& .section_layout.grid {
@apply md:gap-20px
}
}