mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
13 lines
205 B
CSS
13 lines
205 B
CSS
.sui-chipflow {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
gap: 0.375rem;
|
|
}
|
|
.sui-chipflow__sep {
|
|
color: var(--color-text-4);
|
|
font-size: 0.75rem;
|
|
line-height: 1;
|
|
flex-shrink: 0;
|
|
}
|