feat: frontend skeleton done

This commit is contained in:
simonkoson
2026-05-15 09:46:42 +08:00
parent 2bee0ce8c8
commit d29b1bb394
36 changed files with 5008 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
.top-bar {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
}
.top-bar-search {
flex: 1;
max-width: 400px;
}
.top-bar-actions {
display: flex;
align-items: center;
gap: 16px;
}
.top-bar-icon {
font-size: 18px;
color: var(--color-text-secondary);
cursor: pointer;
}
.top-bar-avatar {
cursor: pointer;
}