plxdcma_eshop
Version:
Instala todo lo necesario para una tienda virtual
26 lines (24 loc) • 377 B
CSS
#shopproductregistrynameinput{
width: 80%;
font-size: 16px;
}
#shopproductrcartextinput{
font-size: 16px;
width: 80%;
}
#shopInputInventario{
font-size: 20px
}
#shopInputPrice{
width: 100px;
font-size: 20px
}
#shopregproerrorlbl{
color:red;
text-align: center;
}
@media only screen and (max-width: 600px) {
.shopmodalinnerbody{
width: 80%;
}
}