thainv-dev: tạo lại cấu trúc folder và làm UI

This commit is contained in:
nguyen van thai
2024-06-12 17:17:49 +07:00
parent c217ed82c9
commit 5b1e0af397
44 changed files with 2674 additions and 228 deletions
+4 -4
View File
@@ -2,10 +2,10 @@
body
font-family: 'Nunito', sans-serif
video
max-width: 100% !important
width: unset !important
height: unset !important
// video
// max-width: 100% !important
// width: unset !important
// height: unset !important
iframe
width: 100% !important
+4 -8
View File
@@ -20,17 +20,13 @@ figure {
@apply w-full;
}
& a {
@apply text-primary-600 underline;
}
& document {
@apply cursor-pointer text-primary-600 underline;
& document, & a, & custom-figure, & author {
@apply cursor-pointer text-primary-600;
}
}
div[layout="ARTICLE_DETAIL_EMAGAZINE"] {
& p,& figure.align-center-image, & #sub, & #title, & #intro {
div[layout="TYPE:Detail-LAYOUT:image"] {
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breakcrumb, & #navigation__bottom {
@apply lg:max-w-640px mx-auto;
}
}