Sha256: 128e894660f2eb578bfc1254fc8743df8a448d61c102e12b4aeedebe1981ea38

Contents?: true

Size: 572 Bytes

Versions: 4

Compression:

Stored size: 572 Bytes

Contents

/*
 * Copyright page
 */
 
.copyright-page {
	position: absolute;
	bottom: 0;	
}
.copyright-page h1 {
	font-size: $font-size-default * 0.8;
	line-height: $line-height-default * 0.8;
	margin: $line-height-default 0;
	letter-spacing: 0.025em;
	font-variant: prince-opentype(c2sc, smcp, onum);
	text-align: left;
}
.copyright-page p, .copyright-page li {
	margin: 0 0 ($line-height-default * 0.8) 0;
	text-indent: 0;
	font-size: $font-size-default * 0.8;
	line-height: $line-height-default * 0.8;
	hyphens: none; /* Prince will not hyphenate here */
}

Version data entries

4 entries across 4 versions & 1 rubygems

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