feat: rtk query + routing

feat: layout
feat: page component
This commit is contained in:
2023-12-23 13:20:47 +01:00
parent a659c7e282
commit 01da35833c
41 changed files with 1418 additions and 326 deletions

View File

@@ -0,0 +1,13 @@
.header {
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
height: var(--header-height);
padding: 12px 24px;
display: flex;
align-items: center;
border-bottom: 1px solid var(--Dark-500, #333);
background: var(--Dark-700, #171717);
}