26 lines
468 B
SCSS
26 lines
468 B
SCSS
.select-kit {
|
|
.select-kit-row.category-row {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
|
|
.category-status {
|
|
display: flex;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
flex: 1 1 auto;
|
|
gap: 0 0.5em;
|
|
}
|
|
.category-desc p {
|
|
margin: 0;
|
|
}
|
|
.category-desc {
|
|
margin: 0;
|
|
font-size: var(--font-down-1);
|
|
color: var(--primary-medium);
|
|
}
|
|
.topic-count {
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|