feat: implement dashboard layout with sidebar, navbar, and marketplace banner
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user