2018-01-11 06:05:29 -06:00
|
|
|
.select-kit {
|
|
|
|
.category-row {
|
2020-05-05 05:59:47 -05:00
|
|
|
max-width: 345px;
|
2018-07-10 00:51:46 -05:00
|
|
|
.category-status {
|
2018-01-11 06:05:29 -06:00
|
|
|
display: flex;
|
2018-01-22 11:26:54 -06:00
|
|
|
align-items: center;
|
2018-06-08 04:49:31 -05:00
|
|
|
max-width: 100%;
|
2018-01-11 06:05:29 -06:00
|
|
|
-webkit-box-flex: 0;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
2018-01-24 09:42:13 -06:00
|
|
|
}
|
2020-05-22 23:56:13 -05:00
|
|
|
.category-desc p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-01-24 09:42:13 -06:00
|
|
|
.category-status {
|
2018-01-22 11:26:54 -06:00
|
|
|
.badge-wrapper.box {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
2018-01-11 06:05:29 -06:00
|
|
|
}
|
2018-01-24 04:48:20 -06:00
|
|
|
.topic-count {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-01-11 06:05:29 -06:00
|
|
|
}
|
|
|
|
}
|