minhnt-dev: make UI

This commit is contained in:
MoreStrive
2024-05-30 21:32:51 +07:00
parent 2aa5607c48
commit b52352660d
16 changed files with 315 additions and 169 deletions
+22
View File
@@ -0,0 +1,22 @@
.style_layout {
> .section-container {
> .layout_define {
> .section_layout {
@apply gap-x-14
> div {
background: red;
> div {
article {
background: red;
h3 {
@apply text-xl #{!important}
}
}
}
}
}
}
}
}