Sha256: 50c681af915e1868002d34bd94387883658e724813bcf39d9b5cb5e956269fc8

Contents?: true

Size: 385 Bytes

Versions: 8

Compression:

Stored size: 385 Bytes

Contents

/*
 * Buttons
 */

a.button {
	display: inline-block;
	background-color: #4f89d2;
	color: white;
	font-family: $font-text-secondary;
	padding: 0.5em;
	margin: 0;
	border-radius: 0.2em;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	box-shadow: 0.02em 0.02em 0.02em 0.02em #ccc;
	cursor: pointer;
}
a.button:hover {
	background-color: #4faad2;
}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_epub-buttons.scss
electric-book-classic-theme-0.1.3 _sass/partials/_web-buttons.scss
electric-book-classic-theme-0.1.2 _sass/partials/_epub-buttons.scss
electric-book-classic-theme-0.1.2 _sass/partials/_web-buttons.scss
electric-book-classic-theme-0.1.1 _sass/partials/_epub-buttons.scss
electric-book-classic-theme-0.1.1 _sass/partials/_web-buttons.scss
electric-book-classic-theme-0.1.0 _sass/partials/_epub-buttons.scss
electric-book-classic-theme-0.1.0 _sass/partials/_web-buttons.scss