plxdcma_eshop
Version:
Instala todo lo necesario para una tienda virtual
57 lines (50 loc) • 849 B
CSS
#ShopItemModalPreviewBody{
background-color: white;
width: 650px;
}
@media only screen and (max-width: 600px) {
#ShopItemModalPreviewBody{
width: 80%;
}
}
#itemname{
text-align: center;
}
#shopitemdescription{
font-size: 20px;
font-family: raleway;
}
#itemcaracteristicsections{
width: 70%;
display: inline-block;
}
#pricedetailsection{
display: inline-block;
}
#itemimagesselector{
text-align:center;
}
.shopSmallimagePreview{
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
margin: 10px;
opacity: 0.8;
cursor: pointer;
}
.shopSmallimagePreview:hover{
opacity: 1;
}
@media only screen and (max-width: 600px) {
#shbthld{
text-align: center;
}
#pricedetailsection{
width: 100%;
text-align: center;
}
#itemcaracteristicsections{
width: 100%;
}
}