agp-product-card
Version:
### Este es un paquete de pruebas de despliegue en NPM
29 lines (24 loc) • 388 B
CSS
.bg-dark {
background-color: rgb(56, 56, 56);
}
.text-white {
color: white;
}
.custom-image {
border-radius: 20px;
padding: 10px;
width: calc( 100% - 20px );
}
.text-bold {
font-weight: bold;
}
.custom-buttons button,
.custom-buttons div {
color: white;
border-color: white;
}
.shopping-cart {
position: fixed;
top: 0;
right: 10px;
}