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

47 lines
616 B
SCSS
Raw Normal View History

2014-11-24 20:45:32 +00: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 22:19:03 +00:00
.orders .thumbnail {
min-height: 200px;
}
.pic img {
padding-top: 10px;
}
.caption{
text-align: center;
}
.caption h3 {
margin: 8px 0;
}
.caption h6 {
margin-bottom: 20px;
}
#products-table {
margin-top: 20px;
}
2015-03-28 13:36:07 +00:00
#products-table .form-group {
margin-bottom: 0;
}
2015-04-03 21:56:13 +00:00
#products-table tr {
height: 57px;
td {
vertical-align: middle;
}
}
2015-07-07 20:36:04 +00:00
div.out-of-stock {
border-color:red;
}
2016-02-04 18:03:02 +00:00
.expand {
overflow: hidden;
}