tap/app/assets/stylesheets/orders.css.scss

21 lines
405 B
SCSS
Raw Normal View History

2014-11-06 17:56:00 +00:00
// 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/
2014-12-09 21:49:35 +00:00
.thumbnail {
min-height: 200px;
}
2014-12-09 21:36:24 +00:00
.form_products {
2014-12-09 21:36:24 +00:00
border-width: 1px;
border-color: #000;
border-style: solid;
margin-bottom: 2px;
}
.form_total {
2014-12-09 21:36:24 +00:00
border-width: 1px;
border-color: #000;
border-style: solid;
}