18 lines
281 B
CSS
18 lines
281 B
CSS
![]() |
@import './button';
|
||
|
@import './listbox';
|
||
|
|
||
|
.p-picklist {
|
||
|
@apply flex gap-[1.125rem]
|
||
|
}
|
||
|
|
||
|
.p-picklist-controls {
|
||
|
@apply flex flex-col justify-center gap-2
|
||
|
}
|
||
|
|
||
|
.p-picklist-list-container {
|
||
|
@apply flex-grow flex-shrink basis-1/2
|
||
|
}
|
||
|
|
||
|
.p-picklist .p-listbox {
|
||
|
@apply h-full
|
||
|
}
|