2018-01-24 11:48:20 +01:00
|
|
|
.select-kit {
|
|
|
|
&.combo-box {
|
|
|
|
&.category-drop {
|
|
|
|
.badge-wrapper {
|
|
|
|
font-size: $font-0;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&.box {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
span.badge-category {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-16 10:52:15 +01:00
|
|
|
&.bar.has-selection .category-drop-header {
|
2018-10-01 11:53:18 -04:00
|
|
|
padding: 0 5px 0 10px;
|
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-body {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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"] {
|
|
|
|
color: $tertiary;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2018-01-24 11:48:20 +01:00
|
|
|
.category-desc {
|
|
|
|
font-weight: normal;
|
|
|
|
color: $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 {
|
|
|
|
margin-left: 5px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-wrapper {
|
|
|
|
margin: 0;
|
2018-05-01 20:41:28 -04:00
|
|
|
font-weight: bold;
|
2018-10-31 23:03:24 +05:30
|
|
|
|
|
|
|
&:nth-child(2) {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2018-01-24 11:48:20 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-08 11:49:31 +02:00
|
|
|
&.is-expanded .select-kit-wrapper,
|
|
|
|
.select-kit-wrapper {
|
2018-01-24 11:48:20 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|