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;
63 .chapter-expansion-toggle:hover {
64 background-color: rgba(0, 0, 0, 0.06);
68 .entity-list-item.has-children {
71 border-radius: 4px 4px 0 0;
77 .entity-list-item-name {
80 .entity-list-item-children {
89 margin: $-s 0 $-m $-xs;
96 background-color: rgba(0, 0, 0, 0.2);
108 padding-left: $nav-indent;
111 padding-left: $nav-indent;
114 padding-left: $nav-indent * 2;
117 padding-left: $nav-indent * 2.5;
120 padding-left: $nav-indent*3;
123 padding-left: $nav-indent*3.5;
128 li:not(.current-heading) .sidebar-page-nav-bullet {
129 background-color: #BBB !important;
131 .sidebar-page-nav-bullet {
138 box-shadow: 0 0 0 6px #F2F2F2;
144 .book-tree .sidebar-page-list {
146 margin: $-xs -$-s 0 -$-s;
151 &:after, .sub-menu:after {
158 border-left: 4px solid rgba(0, 0, 0, 0.1);
169 padding-bottom: $-xxs;
172 padding-bottom: $-xs;
173 max-width: calc(100% - 20px);
176 .entity-list-item.no-hover {
180 .entity-list-item-name {
184 .chapter-child-menu {
191 padding-bottom: .2rem;
193 .entity-list-item .icon {
202 .entity-list-item .icon:after {
205 .entity-list-item .icon svg {
210 .chapter-child-menu {
216 [chapter-toggle].open + .sub-menu {
222 .sortable-page-list, .sortable-page-list ul {
227 border: 2px solid rgba($color-book, 0.6);
234 justify-content: space-between;
236 .sort-box-options .button {
239 .sortable-page-list {
242 .entity-list-item > span:first-child {
243 align-self: flex-start;
245 .entity-list-item > div {
258 border: 1px solid #DDD;
262 border-left: 2px solid $color-chapter;
265 border-left: 2px solid $color-page;
272 .sortable-page-list li.placeholder {
275 .sortable-page-list li.placeholder:before {
279 .activity-list-item {
282 grid-template-columns: min-content 1fr;
283 grid-column-gap: $-m;
288 .card .activity-list-item {
293 display: inline-grid;
295 grid-template-columns: min-content 1fr;
296 grid-column-gap: $-m;
305 display: inline-block;
314 border-radius: 3px 0 0 3px;
319 border-radius: 0 3px 3px 0;
325 border: 1px solid #CCC;
337 .compact ul.pagination {
341 .entity-list, .icon-list {
349 .text-small.text-muted {
354 .text-muted p.text-muted {
357 .page.draft .text-page {
358 color: $color-page-draft;
359 fill: $color-page-draft;
361 > .dropdown-container {
373 .icon-list hr + hr, .icon-list hr:first-child, .icon-list hr:last-child {
377 .entity-list-item, .icon-list-item {
381 background-color: transparent;
385 word-break: break-word;
401 &:not(.no-hover):hover {
402 text-decoration: none;
403 background-color: rgba(0, 0, 0, 0.1);
407 border: 1px solid transparent;
409 &.outline-hover:hover {
410 background-color: transparent;
411 border-color: rgba(0, 0, 0, 0.1);
415 .entity-list-item-path-sep {
416 display: inline-block;
425 .card .entity-list-item:not(.no-hover):hover {
426 background-color: #F2F2F2;
428 .card .entity-list-item .entity-list-item:hover {
429 background-color: #EEEEEE;
432 .entity-list-item-children {
440 text-overflow: ellipsis;
449 .entity-list-item-image {
453 background-size: cover;
454 background-position: 50% 50%;
459 &.entity-list-item-image-wide {
473 @include smaller-than($m) {
478 .chapter > .entity-list-item-image {
482 .entity-list.compact {
483 font-size: 0.6 * $fs-m;
487 .entity-item-snippet {
490 .entity-list-item p {
491 font-size: $fs-m * 0.8;
504 @include smaller-than($m) {
511 .dropdown-container {
512 display: inline-block;
525 background-color: #FFFFFF;
526 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
528 border: 1px solid #EEE;
533 text-align: left !important;
551 text-decoration: none;
552 background-color: #EEE;
556 display: inline-block;
565 border-bottom: 1px solid #DDD;
570 .featured-image-container {
574 background-size: cover;
575 background-position: 50% 50%;
576 transition: opacity ease-in-out 240ms;
587 .featured-image-container-wrap {
599 .grid-card:hover .featured-image-container {
607 background: transparent;
615 display: inline-block;
623 background-color: rgba(0, 0, 0, 0.05);
625 text-decoration: none;