mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Style pill and input combination
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user