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;
175 .entity-list-item.no-hover {
179 .entity-list-item-name {
183 .chapter-child-menu {
190 padding-bottom: .2rem;
192 .entity-list-item .icon {
201 .entity-list-item .icon:after {
204 .entity-list-item .icon svg {
209 .chapter-child-menu {
215 [chapter-toggle].open + .sub-menu {
221 .sortable-page-list, .sortable-page-list ul {
226 border: 2px solid rgba($color-book, 0.6);
233 justify-content: space-between;
235 .sort-box-options .button {
238 .sortable-page-list {
241 .entity-list-item > span:first-child {
242 align-self: flex-start;
244 .entity-list-item > div {
257 border: 1px solid #DDD;
261 border-left: 2px solid $color-chapter;
264 border-left: 2px solid $color-page;
271 .sortable-page-list li.placeholder {
274 .sortable-page-list li.placeholder:before {
278 .activity-list-item {
281 grid-template-columns: min-content 1fr;
282 grid-column-gap: $-m;
287 .card .activity-list-item {
292 display: inline-grid;
294 grid-template-columns: min-content 1fr;
295 grid-column-gap: $-m;
304 display: inline-block;
313 border-radius: 3px 0 0 3px;
318 border-radius: 0 3px 3px 0;
324 border: 1px solid #CCC;
336 .compact ul.pagination {
340 .entity-list, .icon-list {
348 .text-small.text-muted {
353 .text-muted p.text-muted {
356 .page.draft .text-page {
357 color: $color-page-draft;
358 fill: $color-page-draft;
360 > .dropdown-container {
365 .entity-list-item, .icon-list-item {
369 background-color: transparent;
388 &:not(.no-hover):hover {
389 text-decoration: none;
390 background-color: rgba(0, 0, 0, 0.1);
394 border: 1px solid transparent;
396 &.outline-hover:hover {
397 background-color: transparent;
398 border-color: rgba(0, 0, 0, 0.1);
403 .card .entity-list-item:not(.no-hover):hover {
404 background-color: #F2F2F2;
406 .card .entity-list-item .entity-list-item:hover {
407 background-color: #EEEEEE;
410 .entity-list-item-children {
418 text-overflow: ellipsis;
427 .entity-list-item-image {
431 background-size: cover;
432 background-position: 50% 50%;
447 @include smaller-than($m) {
452 .chapter > .entity-list-item-image {
456 .entity-list.compact {
457 font-size: 0.6 * $fs-m;
461 .entity-item-snippet {
464 .entity-list-item p {
465 font-size: $fs-m * 0.8;
478 @include smaller-than($m) {
485 .dropdown-container {
486 display: inline-block;
491 .dropdown-container ul {
499 background-color: #FFFFFF;
500 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
502 border: 1px solid #EEE;
507 text-align: left !important;
529 text-decoration: none;
530 background-color: #EEE;
534 display: inline-block;
543 border-bottom: 1px solid #DDD;
548 .featured-image-container {
552 background-size: cover;
553 background-position: 50% 50%;
554 transition: opacity ease-in-out 240ms;
565 .featured-image-container-wrap {
577 .grid-card:hover .featured-image-container {
585 background: transparent;
593 display: inline-block;
601 background-color: rgba(0, 0, 0, 0.05);
603 text-decoration: none;