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