2018-02-05 18:25:39 +01:00
|
|
|
.select-kit {
|
2017-10-19 12:51:08 -07:00
|
|
|
&.combo-box {
|
|
|
|
&.category-chooser {
|
|
|
|
width: 300px;
|
2018-03-22 11:29:55 +01:00
|
|
|
|
2018-02-05 18:25:39 +01:00
|
|
|
.select-kit-row {
|
2017-10-19 12:51:08 -07:00
|
|
|
display: flex;
|
2018-06-08 11:49:31 +02:00
|
|
|
align-items: flex-start;
|
|
|
|
flex-direction: column;
|
2017-10-19 12:51:08 -07:00
|
|
|
|
|
|
|
&.none {
|
|
|
|
.topic-count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-count {
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-down-1);
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2018-01-24 11:48:20 +01:00
|
|
|
white-space: nowrap;
|
2020-02-24 23:41:36 +01:00
|
|
|
margin-left: 0.5em;
|
2020-02-12 22:19:00 -05:00
|
|
|
font-weight: normal;
|
2017-10-19 12:51:08 -07:00
|
|
|
}
|
|
|
|
|
2018-01-12 17:27:38 -05:00
|
|
|
.category-status {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2022-10-12 16:05:42 +02:00
|
|
|
line-height: var(--line-height-large);
|
2018-06-08 11:49:31 +02:00
|
|
|
flex: 1 1 auto;
|
2018-01-12 17:27:38 -05:00
|
|
|
}
|
|
|
|
|
2017-10-19 12:51:08 -07:00
|
|
|
.category-desc {
|
2018-06-08 11:49:31 +02:00
|
|
|
flex: 1 1 auto;
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-down-1);
|
2022-10-12 16:05:42 +02:00
|
|
|
line-height: var(--line-height-large);
|
2017-10-19 12:51:08 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|