This commit is contained in:
Nalvazhuthi
2025-03-29 17:57:51 +05:30
26 changed files with 792 additions and 92 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;