Change team UI dropdown refactor

This commit is contained in:
Elhombretecla 2022-09-29 12:05:30 +02:00 committed by Eva
parent 80f49e06cc
commit 8d5a97f6e5
24 changed files with 42 additions and 95 deletions

View file

@ -88,6 +88,32 @@
display: flex;
height: 48px;
align-items: center;
&.action {
.team-icon {
border-radius: 50%;
background-color: $color-gray-10;
height: 24px;
margin-right: 10px;
padding: 6px;
width: 24px;
svg {
height: 12px;
width: 12px;
}
}
&:hover {
.team-icon {
background-color: $color-primary;
}
}
.team-text {
width: 150px;
}
}
.team-icon {
display: flex;
@ -113,6 +139,13 @@
@include text-ellipsis;
width: 130px;
}
.icon {
margin-left: auto;
svg {
fill: $color-gray-60;
}
}
}
.switch-icon {