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

@@ -0,0 +1,27 @@
.section {
width: 100%;
}
.mainContainer {
display: flex;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
background: #191a24;
width: 100%;
}
.container {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
background: #191a24;
}
.topHeader {
display: flex;
padding: 24px;
justify-content: space-between;
align-items: center;
align-self: stretch;
background: #21232f;
}