2014-11-24 21:45:32 +01:00
|
|
|
// Place all the styles related to the Products controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
2014-12-09 23:19:03 +01:00
|
|
|
|
|
|
|
.orders .thumbnail {
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
2015-02-12 16:14:11 +01:00
|
|
|
|
|
|
|
.pic img {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption h3 {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption h6 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2015-03-28 14:36:07 +01:00
|
|
|
#products-table .form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|