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 {
366 .entity-list-item, .icon-list-item {
370 background-color: transparent;
374 word-break: break-word;
390 &:not(.no-hover):hover {
391 text-decoration: none;
392 background-color: rgba(0, 0, 0, 0.1);
396 border: 1px solid transparent;
398 &.outline-hover:hover {
399 background-color: transparent;
400 border-color: rgba(0, 0, 0, 0.1);
404 .entity-list-item-path-sep {
405 display: inline-block;
414 .card .entity-list-item:not(.no-hover):hover {
415 background-color: #F2F2F2;
417 .card .entity-list-item .entity-list-item:hover {
418 background-color: #EEEEEE;
421 .entity-list-item-children {
429 text-overflow: ellipsis;
438 .entity-list-item-image {
442 background-size: cover;
443 background-position: 50% 50%;
458 @include smaller-than($m) {
463 .chapter > .entity-list-item-image {
467 .entity-list.compact {
468 font-size: 0.6 * $fs-m;
472 .entity-item-snippet {
475 .entity-list-item p {
476 font-size: $fs-m * 0.8;
489 @include smaller-than($m) {
496 .dropdown-container {
497 display: inline-block;
502 .dropdown-container ul {
510 background-color: #FFFFFF;
511 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
513 border: 1px solid #EEE;
518 text-align: left !important;
536 text-decoration: none;
537 background-color: #EEE;
541 display: inline-block;
550 border-bottom: 1px solid #DDD;
555 .featured-image-container {
559 background-size: cover;
560 background-position: 50% 50%;
561 transition: opacity ease-in-out 240ms;
572 .featured-image-container-wrap {
584 .grid-card:hover .featured-image-container {
592 background: transparent;
600 display: inline-block;
608 background-color: rgba(0, 0, 0, 0.05);
610 text-decoration: none;