Added Topbar Header every page

This commit is contained in:
Laux Dev
2026-02-24 13:25:40 +08:00
parent a6ae45d9cf
commit 27aef888de
21 changed files with 2512 additions and 32 deletions

View File

@@ -79,7 +79,7 @@
align-items: flex-start;
align-self: stretch;
}
.navContainer > div {
.nav {
display: flex;
padding: 16px 24px;
align-items: center;
@@ -90,22 +90,16 @@
font-style: normal;
font-weight: 400;
line-height: normal;
border-left: 2px solid #959aff00;
align-self: stretch;
}
.navContainer > div:hover {
.nav:hover {
background: rgba(149, 154, 255, 0.05);
}
.navContainer > div path {
.nav path {
stroke: #858699;
}
.navContainer > div:hover path {
stroke: #d2d3e0;
}
.navContainer > div path {
stroke: #858699;
}
.navContainer > div:hover path {
.nav:hover path {
stroke: #d2d3e0;
}
.active {
@@ -118,7 +112,10 @@
font-weight: 400;
line-height: normal;
}
.active svg path {
.active:hover path {
stroke: #969af9;
}
.active path {
stroke: #969af9;
}
.navFooterContainer {