Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,20 @@
//nav header styles
[direction="rtl"] {
.nav-header{
.brand-title{
direction: ltr;
}
}
.hamburger.is-active .line:nth-child(1){
-webkit-transform: translateY(4px) translateX(-12px) rotate(-45deg);
transform: translateY(4px) translateX(-12px) rotate(-45deg);
}
.hamburger.is-active .line:nth-child(3) {
-webkit-transform: translateY(-4px) translateX(-12px) rotate(45deg);
transform: translateY(-4px) translateX(-12px) rotate(45deg);
}
}