gm-product-card
Version:
Esto es un paquete de pruebas de despliegue en NPM
30 lines (23 loc) • 419 B
CSS
.bg-dark{
background-color: rgb(56,56,56);
}
.text-white{
color:white;
}
.text-bold{
font-weight: bold;
}
.custom-image{
padding:10px;
border-radius: 20px;
width:calc(100% - 20px);
}
.custom-buttons button, .custom-buttons div{ /*Aplicar estilo a los botones y a los divs */
color: white;
border-color: white;
}
.shopping-cart {
position: fixed;
top: 0px;
right: 10px;
}