mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:38:24 +02:00
✨ Change team UI dropdown refactor
This commit is contained in:
parent
80f49e06cc
commit
8d5a97f6e5
24 changed files with 42 additions and 95 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue