mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
28 lines
530 B
SCSS
28 lines
530 B
SCSS
.red-ui-sidebar-help-stack {
|
|
// height: calc(100% - 39px);
|
|
}
|
|
.red-ui-help-search {
|
|
border-bottom: 1px solid var(--red-ui-secondary-border-color);
|
|
}
|
|
|
|
.red-ui-sidebar-help-toc {
|
|
.red-ui-treeList-label {
|
|
font-size: 13px;
|
|
padding: 2px 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
}
|
|
#red-ui-sidebar-help-show-toc {
|
|
i.fa-angle-right {
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
&.selected {
|
|
i.fa-angle-right {
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
|
|
}
|