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