2018-01-11 13:05:29 +01:00
|
|
|
.select-kit {
|
2022-06-30 14:54:20 +08:00
|
|
|
.select-kit-row.category-row {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
2018-07-10 13:51:46 +08:00
|
|
|
.category-status {
|
2018-01-11 13:05:29 +01:00
|
|
|
display: flex;
|
2018-01-22 18:26:54 +01:00
|
|
|
align-items: center;
|
2018-06-08 11:49:31 +02:00
|
|
|
max-width: 100%;
|
|
|
|
flex: 1 1 auto;
|
2018-01-24 16:42:13 +01:00
|
|
|
}
|
2020-05-23 00:56:13 -04:00
|
|
|
.category-desc p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-01-24 16:42:13 +01:00
|
|
|
.category-status {
|
2018-01-22 18:26:54 +01:00
|
|
|
.badge-wrapper.box {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
2018-01-11 13:05:29 +01:00
|
|
|
}
|
2022-06-30 14:54:20 +08:00
|
|
|
.category-desc {
|
|
|
|
margin: 0;
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
2018-01-24 11:48:20 +01:00
|
|
|
.topic-count {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-01-11 13:05:29 +01:00
|
|
|
}
|
|
|
|
}
|