0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Style pill and input combination

This commit is contained in:
Florian Schroedl 2024-05-22 14:13:33 +02:00
parent 7c80f87f30
commit 42df426375

View file

@ -38,6 +38,19 @@
margin-bottom: 0;
}
.token-pill {
background-color: rgb(94 107 120 / 25%);
border-radius: $br-4;
padding: $s-2 $s-6;
text-overflow: ellipsis;
flex: 0 0 auto;
}
.token-pill + input {
flex: 1 1 auto;
width: 0;
}
.custom-select-dropdown {
@extend .dropdown-wrapper;
max-height: $s-320;