Sha256: c3d360866206b0f221b617ba2f63d9c0cdbe696cc1b70bd0928b7f4f08ab038f

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 Bytes

Contents

// Tables

// Bills table

.table {
	td { padding-left: 10px; padding-right: 10px; }
	span { display: block; padding-top: 0px; }
	
	.name { }
	.amount { width: 115px; text-align: right; }
	.number { width: 200px; }
	.issue_date, .due_date { width: 80px; text-align: right; }
	.state { width: 50px; }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
invoice_bar-0.0.6 app/assets/stylesheets/invoice_bar/tables.css.scss
invoice_bar-0.0.5 app/assets/stylesheets/invoice_bar/tables.css.scss
invoice_bar-0.0.4 app/assets/stylesheets/invoice_bar/tables.css.scss
invoice_bar-0.0.3 app/assets/stylesheets/invoice_bar/tables.css.scss
invoice_bar-0.0.2 app/assets/stylesheets/invoice_bar/tables.css.scss
invoice_bar-0.0.1 app/assets/stylesheets/invoice_bar/tables.css.scss