brotherton-erpnext/erpnext/public/css/website.css
2016-04-21 13:09:41 +05:30

66 lines
1.2 KiB
CSS

.web-long-description {
font-size: 18px;
line-height: 200%;
}
.item-stock {
margin-bottom: 10px !important;
}
.product-link {
display: block;
text-align: center;
}
@media (max-width: 767px) {
.product-image {
height: 0px;
padding: 0px 0px 100%;
overflow: hidden;
}
}
.product-image-square {
width: 100%;
height: 0;
padding: 50% 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
border-bottom: 1px dashed #EBEFF2;
}
.product-image.missing-image {
width: 100%;
height: 0;
padding: 50% 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
position: relative;
border-bottom: 1px dashed #EBEFF2;
}
.product-image.missing-image .octicon {
font-size: 32px;
color: #d1d8dd;
}
.product-text {
padding: 15px 0px;
}
.product-label {
padding-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
}
@media (max-width: 767px) {
.product-search {
width: 100%;
margin-bottom: 13px;
}
}
.borderless td,
.borderless th {
border-bottom: 1px solid #EBEFF2;
padding-left: 0px !important;
line-height: 1.8em !important;
}
.item-desc {
border-top: 2px solid #EBEFF2;
padding-top: 10px;
}