25 lines
441 B
SCSS
25 lines
441 B
SCSS
.select-kit {
|
|
.category-row {
|
|
.category-status, .category-desc {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.category-status {
|
|
.badge-wrapper.box {
|
|
margin-bottom: 1px;
|
|
margin-top: 1px;
|
|
}
|
|
}
|
|
|
|
.topic-count {
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|