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