0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 20:39:09 -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; height: $s-48;
display: flex; display: flex;
width: 100%; width: 100%;
border: $s-1 solid transparent; border: $s-1 solid $db-tertiary;
align-items: center; align-items: center;
svg { svg {
@ -76,7 +76,6 @@
padding: 0 $s-12; padding: 0 $s-12;
background-color: transparent; background-color: transparent;
border: none; border: none;
border-right: $s-1 solid $db-primary;
} }
.team-name { .team-name {
@ -114,16 +113,13 @@
} }
.switch-options { .switch-options {
display: flex; @include buttonStyle;
@include flexCenter;
max-width: $s-24; max-width: $s-24;
min-width: $s-28; 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%; height: 100%;
border-left: $s-1 solid $db-primary;
background-color: transparent;
svg { svg {
fill: $df-secondary; fill: $df-secondary;