Files
old-ribica/front-ui/app/css/items.css

53 lines
594 B
CSS
Raw Normal View History

2015-01-22 06:38:48 +01:00
.single_item {
text-align: center;
vertical-align: center;
display: inline-block;
2015-01-24 09:44:43 +01:00
cursor: pointer;
2015-01-22 06:38:48 +01:00
}
.item_list_image {
max-height: 125px;
max-width: 160px;
}
2015-01-22 06:38:48 +01:00
.single_item img {
padding: 5px;
}
.single_item div {
width: 300px;
2015-01-22 06:38:48 +01:00
}
.single_item h1 {
font-size: 15px;
text-decoration: bold;
2015-02-04 06:38:22 +01:00
}
2015-01-22 06:38:48 +01:00
2015-02-04 06:38:22 +01:00
.single_trait {
display: inline-block;
text-align: center;
padding-right: 5px;
}
.item_name {
font-size: 16px;
}
.item_brand_name {
font-size: 24px;
text-transform: uppercase;
}
.item_price {
font-size: 36px;
padding-top: 36px;
padding-bottom: 36px;
}