Sha256: 15dd19f75922c482a80aacc18cd87ee352e8f46f0f8aaba7d06019cc7ba4b28e

Contents?: true

Size: 618 Bytes

Versions: 4

Compression:

Stored size: 618 Bytes

Contents

// Epigraphs 

p.epigraph {
	font-style: italic;
	text-indent: 0;
	padding: 0 ($line-height-default * 4);
	max-width: 20em;
}
p.epigraph-source {
	text-indent: 0;
	padding: 0 ($line-height-default * 4);
	max-width: 20em;
	letter-spacing: 0.025em;
	font-variant: prince-opentype(c2sc, smcp, onum);
	font-style: inherit;
	page-break-before: avoid;
}
p.epigraph-source:before {
	content: ""; // E.g. add a — before
}
.epigraph-source + p, .dedication + p { /* Paragraphs after epigraphs and dedications should be flush left after space. */
	text-indent: 0;
	margin-top: $line-height-default; 
}

Version data entries

4 entries across 4 versions & 1 rubygems

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