2022-07-19 14:37:07 +08:00
|
|
|
.sidebar-section-wrapper {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-section-header-wrapper {
|
2022-07-19 14:37:07 +08:00
|
|
|
display: flex;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
align-items: stretch;
|
2022-08-18 15:03:28 +08:00
|
|
|
box-sizing: border-box;
|
2022-07-19 14:37:07 +08:00
|
|
|
|
|
|
|
.select-kit {
|
|
|
|
.btn {
|
|
|
|
background: transparent;
|
2022-07-27 11:16:34 +08:00
|
|
|
&:focus,
|
2022-07-19 14:37:07 +08:00
|
|
|
&:hover {
|
2022-07-27 11:16:34 +08:00
|
|
|
background: var(--d-sidebar-highlight-color);
|
2022-07-19 14:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.d-icon {
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
color: var(--primary-medium);
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2022-08-18 15:03:28 +08:00
|
|
|
|
2022-07-19 14:37:07 +08:00
|
|
|
summary {
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-section-header {
|
2022-07-19 14:37:07 +08:00
|
|
|
@include ellipsis;
|
|
|
|
flex: 1 1 auto;
|
2022-08-18 15:03:28 +08:00
|
|
|
font-size: var(--font-1);
|
2022-07-19 14:37:07 +08:00
|
|
|
color: var(--primary);
|
2022-08-18 15:03:28 +08:00
|
|
|
align-items: center;
|
2022-07-19 14:37:07 +08:00
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
&.sidebar-section-header-collapsable {
|
|
|
|
cursor: pointer;
|
2022-07-19 14:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-section-header-text {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-header-caret {
|
|
|
|
font-size: var(--font-down-2);
|
|
|
|
}
|
|
|
|
|
2022-07-19 14:37:07 +08:00
|
|
|
.sidebar-section-header-button {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
|
|
|
|
.d-icon {
|
2022-07-22 13:06:47 +08:00
|
|
|
font-size: var(--font-down-1);
|
2022-07-19 14:37:07 +08:00
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
|
|
|
|
2022-07-27 11:16:34 +08:00
|
|
|
&:focus,
|
2022-07-19 14:37:07 +08:00
|
|
|
&:hover {
|
2022-07-27 11:16:34 +08:00
|
|
|
background: var(--d-sidebar-highlight-color);
|
2022-07-19 14:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.select-kit-collection {
|
|
|
|
.texts {
|
|
|
|
font-size: var(--font-0);
|
|
|
|
text-transform: none;
|
|
|
|
line-height: var(--line-height-medium);
|
|
|
|
.name {
|
|
|
|
font-size: var(--font-0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-message-wrapper {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-message {
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-content {
|
|
|
|
hr {
|
|
|
|
margin: 0em 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|