2018-02-05 12:25:39 -05:00
|
|
|
.select-kit {
|
2017-10-19 15:51:08 -04:00
|
|
|
&.combo-box {
|
|
|
|
&.category-chooser {
|
|
|
|
width: 300px;
|
2018-03-22 06:29:55 -04:00
|
|
|
|
2018-02-05 12:25:39 -05:00
|
|
|
.select-kit-row {
|
2017-10-19 15:51:08 -04:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: flex-start;
|
2018-06-08 05:49:31 -04:00
|
|
|
-ms-flex-align: flex-start;
|
|
|
|
align-items: flex-start;
|
2017-10-19 15:51:08 -04:00
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
2018-06-08 05:49:31 -04:00
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2017-10-19 15:51:08 -04:00
|
|
|
|
|
|
|
&.none {
|
|
|
|
.topic-count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-count {
|
2020-02-12 22:19:00 -05:00
|
|
|
font-size: $font-down-1;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2018-01-24 05:48:20 -05:00
|
|
|
white-space: nowrap;
|
2020-02-24 17:41:36 -05:00
|
|
|
margin-left: 0.5em;
|
2020-02-12 22:19:00 -05:00
|
|
|
font-weight: normal;
|
2017-10-19 15:51:08 -04:00
|
|
|
}
|
|
|
|
|
2018-01-12 17:27:38 -05:00
|
|
|
.category-status {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-01-24 05:48:20 -05:00
|
|
|
line-height: $line-height-large;
|
2018-01-12 17:27:38 -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-12 17:27:38 -05:00
|
|
|
}
|
|
|
|
|
2017-10-19 15:51:08 -04:00
|
|
|
.category-desc {
|
|
|
|
-webkit-box-flex: 0;
|
2018-06-08 05:49:31 -04:00
|
|
|
-ms-flex: 1 1 auto;
|
|
|
|
flex: 1 1 auto;
|
2017-10-19 15:51:08 -04:00
|
|
|
color: #919191;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-1;
|
|
|
|
line-height: $line-height-large;
|
2017-10-19 15:51:08 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|