feat: implement dashboard layout with sidebar, navbar, and marketplace banner

This commit is contained in:
2025-03-29 16:41:44 +05:30
parent bc35687b26
commit 0e5fe6e1dc
19 changed files with 775 additions and 58 deletions

View File

@@ -86,7 +86,18 @@
}
.project-name,
.your-name {
@include flex-center;
gap: 6px;
color: var(--accent-color);
.user-profile{
height: 24px;
width: 24px;
text-align: center;
line-height: 25px;
background-color: var(--accent-color);
color: var(--primary-color);
border-radius: #{$border-radius-circle};
}
}
.number-of-peoples-have-access {
padding: 4px 12px;
@@ -115,6 +126,7 @@
@include flex-center;
flex-direction: column;
gap: 6px;
transform: translateY(15px);
.user-image-container{
height: 30px;
width: 30px;