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;
|
|
|
|
|
2023-11-13 10:46:15 -05:00
|
|
|
.badge-category__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
|
|
|
}
|
|
|
|
|
|
|
|
.category-drop-header {
|
2024-03-07 16:14:50 +02:00
|
|
|
&[data-value=""] {
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
|
|
|
|
2018-03-29 15:20:47 +02:00
|
|
|
&.is-none .selected-name {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2018-01-24 11:48:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
}
|
2024-03-07 16:14:50 +02: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 10:45:13 +03:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-03-07 16:14:50 +02:00
|
|
|
}
|
|
|
|
}
|
2018-01-24 11:48:20 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|