Sha256: 98a91db7abe61640b272bb650ceea57886539ac8bdd657aa4e3638fb9f5fa847

Contents?: true

Size: 615 Bytes

Versions: 4

Compression:

Stored size: 615 Bytes

Contents

// Index
.reference-index {
	columns: 2;
	font-size: $font-size-default * 0.8;
}
.reference-index li {
	list-style-type: none;
	margin: 0 0 0 ($line-height-default * 1);
	text-indent: $line-height-default * (-1);
	column-break-inside: avoid;
}
.reference-index li li {
	margin: 0 0 0 ($line-height-default / 2);
}
.reference-index a {
	content: target-counter(attr(href), page);
}
.reference-index a:after {
	content: ", ";
}
.reference-index a:last-of-type:after {
	content: "";
}
.reference-index .duplicate {
	display: none;
}
a.indexed {
	color: inherit;
	text-decoration: none;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_print-index.scss
electric-book-classic-theme-0.1.2 _sass/partials/_print-index.scss
electric-book-classic-theme-0.1.1 _sass/partials/_print-index.scss
electric-book-classic-theme-0.1.0 _sass/partials/_print-index.scss