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:
parent
7c80f87f30
commit
42df426375
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue