2018-01-24 05:48:20 -05:00
|
|
|
.select-kit {
|
|
|
|
&.combo-box {
|
|
|
|
&.category-drop {
|
2020-02-03 08:22:14 -05:00
|
|
|
min-width: auto;
|
|
|
|
|
2018-01-24 05:48:20 -05:00
|
|
|
.badge-wrapper {
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-0);
|
2018-01-24 05:48:20 -05:00
|
|
|
font-weight: normal;
|
2022-08-02 12:27:47 -04:00
|
|
|
max-width: 260px;
|
2018-01-24 05:48:20 -05:00
|
|
|
|
|
|
|
&.box {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
span.badge-category {
|
|
|
|
margin: 0;
|
2020-03-25 09:59:00 -04:00
|
|
|
.d-icon-lock {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-01 05:59:13 -05:00
|
|
|
&.box.has-selection .category-drop-header {
|
2018-10-01 11:53:18 -04:00
|
|
|
.badge-wrapper.box {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.category-drop-header {
|
2018-03-29 09:20:47 -04:00
|
|
|
&.is-none .selected-name {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2018-01-24 05:48:20 -05:00
|
|
|
.badge-wrapper {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-kit-row {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
2018-11-15 09:21:40 -05:00
|
|
|
&[data-value="all-categories"],
|
|
|
|
&[data-value="no-categories"] {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--tertiary);
|
2018-11-15 09:21:40 -05:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2018-01-24 05:48:20 -05:00
|
|
|
.category-desc {
|
|
|
|
font-weight: normal;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2018-05-01 20:41:28 -04:00
|
|
|
margin-top: 2px;
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.category-status {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-count {
|
2020-05-29 18:32:20 -04:00
|
|
|
margin-left: 0.5em;
|
2018-01-24 05:48:20 -05:00
|
|
|
font-weight: normal;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2022-10-12 09:31:59 -04:00
|
|
|
font-size: var(--font-down-1);
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin: 0;
|
2018-10-31 13:33:24 -04:00
|
|
|
|
|
|
|
&:nth-child(2) {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|