10 lines
162 B
CSS
10 lines
162 B
CSS
@import './button';
|
|
@import './listbox';
|
|
|
|
.p-orderlist {
|
|
@apply flex gap-[1.125rem]
|
|
}
|
|
|
|
.p-orderlist-controls {
|
|
@apply flex flex-col justify-center gap-2
|
|
} |