tap/app/assets/stylesheets/orders.css.scss
Tom Naessens 2eee65ccf8 Merge branch 'master' of github.com:ZeusWPI/Tab
Conflicts:
	app/assets/stylesheets/orders.css.scss
2014-12-09 22:50:43 +01:00

21 lines
405 B
SCSS

// Place all the styles related to the Orders controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.thumbnail {
min-height: 200px;
}
.form_products {
border-width: 1px;
border-color: #000;
border-style: solid;
margin-bottom: 2px;
}
.form_total {
border-width: 1px;
border-color: #000;
border-style: solid;
}