2 .book-contents .entity-list-item {
26 .entity-list-item + .chapter-expansion {
28 padding: 0 $-m $-m $-m;
36 border-radius: 0 0 1px 1px;
45 background-color: currentColor;
59 .chapter-expansion-toggle {
60 border-radius: 0 4px 4px 0;
65 .chapter-expansion-toggle:hover {
66 background-color: rgba(0, 0, 0, 0.06);
70 .entity-list-item.has-children {
73 border-radius: 4px 4px 0 0;
79 .entity-list-item-name {
82 .entity-list-item-children {
91 margin: $-s 0 $-m $-xs;
98 background-color: rgba(0, 0, 0, 0.2);
110 padding-left: $nav-indent;
113 padding-left: $nav-indent * 1.5;
116 padding-left: $nav-indent * 2;
119 padding-left: $nav-indent * 2.5;
122 padding-left: $nav-indent*3;
125 padding-left: $nav-indent*3.5;
130 li:not(.current-heading) .sidebar-page-nav-bullet {
131 background-color: #BBB !important;
133 .sidebar-page-nav-bullet {
140 box-shadow: 0 0 0 6px #F2F2F2;
146 .book-tree .sidebar-page-list {
148 margin: $-xs -$-s 0 -$-s;
153 &:after, .sub-menu:after {
160 border-left: 4px solid rgba(0, 0, 0, 0.1);
172 padding-bottom: $-xxs;
173 background-clip: content-box;
174 border-radius: 0 3px 3px 0;
177 padding-bottom: $-xs;
178 max-width: calc(100% - 20px);
181 .entity-list-item.selected {
182 background-color: rgba(0, 0, 0, 0.08);
184 .entity-list-item.no-hover {
188 .entity-list-item-name {
192 .chapter-child-menu {
199 padding-bottom: .2rem;
201 .entity-list-item .icon {
210 .entity-list-item .icon:after {
213 .entity-list-item .icon svg {
218 .chapter-child-menu {
224 [chapter-toggle].open + .sub-menu {
230 .sortable-page-list, .sortable-page-list ul {
235 border: 2px solid rgba($color-book, 0.6);
242 justify-content: space-between;
244 .sort-box-options .button {
247 .sortable-page-list {
250 .entity-list-item > span:first-child {
251 align-self: flex-start;
253 .entity-list-item > div {
266 border: 1px solid #DDD;
270 border-left: 2px solid $color-chapter;
273 border-left: 2px solid $color-page;
280 .sortable-page-list li.placeholder {
283 .sortable-page-list li.placeholder:before {
287 .activity-list-item {
290 grid-template-columns: min-content 1fr;
291 grid-column-gap: $-m;
294 .card .activity-list-item {
299 display: inline-grid;
301 grid-template-columns: min-content 1fr;
302 grid-column-gap: $-m;
311 display: inline-block;
320 border-radius: 3px 0 0 3px;
325 border-radius: 0 3px 3px 0;
331 border: 1px solid #CCC;
343 .compact ul.pagination {
347 .entity-list, .icon-list {
355 .text-small.text-muted {
360 .text-muted p.text-muted {
363 .page.draft .text-page {
364 color: $color-page-draft;
365 fill: $color-page-draft;
367 > .dropdown-container {
379 .icon-list hr + hr, .icon-list hr:first-child, .icon-list hr:last-child {
383 .entity-list-item, .icon-list-item {
387 background-color: transparent;
391 word-break: break-word;
407 &:not(.no-hover):hover {
408 text-decoration: none;
409 background-color: rgba(0, 0, 0, 0.1);
413 border: 1px solid transparent;
415 &.outline-hover:hover {
416 background-color: transparent;
417 border-color: rgba(0, 0, 0, 0.1);
420 background-color: #eee;
421 outline: 1px dotted #666;
422 outline-offset: -2px;
426 .entity-list-item-path-sep {
427 display: inline-block;
436 .card .entity-list-item:not(.no-hover):hover {
437 background-color: #F2F2F2;
439 .card .entity-list-item .entity-list-item:hover {
440 background-color: #EEEEEE;
443 .entity-list-item-children {
451 text-overflow: ellipsis;
460 .entity-list-item-image {
464 background-size: cover;
465 background-position: 50% 50%;
470 &.entity-list-item-image-wide {
484 @include smaller-than($m) {
489 .chapter > .entity-list-item-image {
493 .entity-list.compact {
494 font-size: 0.6 * $fs-m;
498 .entity-item-snippet {
501 .entity-list-item p {
502 font-size: $fs-m * 0.8;
515 @include smaller-than($m) {
522 .dropdown-container {
523 display: inline-block;
536 background-color: #FFFFFF;
537 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
539 border: 1px solid #EEE;
544 text-align: left !important;
562 text-decoration: none;
563 background-color: var(--color-primary-light);
564 color: var(--color-primary);
567 outline: 1px solid var(--color-primary);
568 outline-offset: -2px;
572 display: inline-block;
581 border-bottom: 1px solid #DDD;
586 .featured-image-container {
590 background-size: cover;
591 background-position: 50% 50%;
592 transition: opacity ease-in-out 240ms;
603 .featured-image-container-wrap {
615 .grid-card:hover .featured-image-container {
623 background: transparent;
631 display: inline-block;
639 background-color: rgba(0, 0, 0, 0.05);
641 text-decoration: none;