0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

🐛 Fix border on team selector

This commit is contained in:
Eva 2024-01-22 16:10:39 +01:00
parent a41841ebf4
commit 8bc975e717

View file

@ -46,7 +46,7 @@
height: $s-48;
display: flex;
width: 100%;
border: $s-1 solid transparent;
border: $s-1 solid $db-tertiary;
align-items: center;
svg {
@ -76,7 +76,6 @@
padding: 0 $s-12;
background-color: transparent;
border: none;
border-right: $s-1 solid $db-primary;
}
.team-name {
@ -114,16 +113,13 @@
}
.switch-options {
display: flex;
@include buttonStyle;
@include flexCenter;
max-width: $s-24;
min-width: $s-28;
border-left: $s-1 solid $df-primary;
justify-content: center;
align-items: center;
cursor: pointer;
background-color: transparent;
border: none;
height: 100%;
border-left: $s-1 solid $db-primary;
background-color: transparent;
svg {
fill: $df-secondary;