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;
|
|
|
|
|
2023-11-13 10:46:15 -05:00
|
|
|
.badge-category__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
|
|
|
}
|
|
|
|
|
|
|
|
.category-drop-header {
|
2024-03-07 09:14:50 -05:00
|
|
|
&[data-value=""] {
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
|
|
|
|
2018-03-29 09:20:47 -04:00
|
|
|
&.is-none .selected-name {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
}
|
2024-03-07 09:14:50 -05:00
|
|
|
|
|
|
|
.category-drop-footer {
|
|
|
|
align-items: center;
|
|
|
|
border-top: 1px solid var(--primary-low);
|
|
|
|
display: flex;
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
height: 30px;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
a,
|
|
|
|
span {
|
|
|
|
color: var(--primary-high);
|
|
|
|
margin: 0 10px;
|
2024-05-16 03:45:13 -04:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-03-07 09:14:50 -05:00
|
|
|
}
|
|
|
|
}
|
2018-01-24 05:48:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|