2018-01-11 13:05:29 +01:00
|
|
|
.select-kit {
|
|
|
|
.category-row {
|
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
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
2018-06-08 11:49:31 +02:00
|
|
|
max-width: 100%;
|
2018-01-11 13:05:29 +01:00
|
|
|
-webkit-box-flex: 0;
|
2018-06-08 11:49:31 +02:00
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
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
|
|
|
}
|
2018-01-24 11:48:20 +01:00
|
|
|
.topic-count {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-01-11 13:05:29 +01:00
|
|
|
}
|
|
|
|
}
|