2020-05-05 18:59:47 +08:00
|
|
|
.select-kit {
|
|
|
|
&.combo-box {
|
|
|
|
&.topic-footer-mobile-dropdown {
|
|
|
|
.select-kit-row {
|
2020-05-29 14:05:21 +08:00
|
|
|
padding: 0.75em 0.5em;
|
|
|
|
border-bottom: 1px solid rgba($primary-low, 0.5);
|
|
|
|
|
2020-05-29 17:11:28 +08:00
|
|
|
.name {
|
|
|
|
line-height: $line-height-medium;
|
|
|
|
}
|
|
|
|
|
2020-05-29 14:05:21 +08:00
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-icon {
|
2020-05-29 14:34:19 +08:00
|
|
|
color: $primary-medium;
|
2020-05-29 14:05:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.is-highlighted {
|
2020-05-29 14:34:19 +08:00
|
|
|
background: $tertiary-low;
|
2020-05-29 14:05:21 +08:00
|
|
|
|
|
|
|
.name {
|
|
|
|
color: $primary;
|
|
|
|
}
|
2020-05-05 18:59:47 +08:00
|
|
|
}
|
2020-05-29 14:05:21 +08:00
|
|
|
|
2020-05-05 18:59:47 +08:00
|
|
|
&.bookmarked {
|
|
|
|
.d-icon {
|
|
|
|
color: $tertiary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-kit-collection {
|
|
|
|
max-height: 100%;
|
2019-02-07 21:43:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|