Sha256: 711f7ee2c9887014f0d4d171e11b2111d328d167d0c28b586871c43f5a6ef230

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 KB

Contents

/*
 *= require shoppe/reset
*/
html { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#000; font-size:12px;background:#efefef;}
#content {
	background:#fff;
	margin:5%;
	outline:1px solid #ccc;
	padding:35px;
}

div.despatchNote {
	header {
		float:left;
		h1 {
			font-size:1.8em;
			font-weight:300;
		}
		h2 { margin-top:5px; font-size:2.3em; font-weight:500; }
		width:40%;
	}
	
	.address {
		border:1px solid #000;
		padding:25px;
		margin-left:45%;
		line-height:1.5;
		font-size:1.3em;
		p.name { font-size:1.2em; font-weight:500;}
	}
	table.details {
		width:100%;
		margin:25px 0;
		td, th {
			border:1px solid #000;
			padding:10px;
			text-align:center;
		}
		th { background:#efefef;}
	}
	
	table.items {
		width:100%;
		margin:25px 0;
		td, th {
			border:1px solid #000;
			padding:10px;
			text-align:center;
			&.check { width:5%;}
		}
		th { background:#efefef;}
	}
	
	p.footer {
		font-size:1.2em;
		border:1px solid #000;
		padding:15px;
		text-align:center;
	}
}


@media print {
	html { background:none;}
	body {margin:5%;}
	#content { margin:0; padding:0; outline:0;}
}

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.1.1 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.1.0 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.9 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.8 app/assets/stylesheets/shoppe/printable.scss
kylekthompson-shoppe-1.0.7 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.7 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.6 app/assets/stylesheets/shoppe/printable.scss
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.5 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.3 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.2 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.1 app/assets/stylesheets/shoppe/printable.scss
shoppe-1.0.0 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.21 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.20 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.19 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.18 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.17 app/assets/stylesheets/shoppe/printable.scss
shoppe-0.0.16 app/assets/stylesheets/shoppe/printable.scss