sl7-product-card
Version:
Este es un paquete de pruebas
23 lines (20 loc) • 362 B
CSS
.bg-dark {
background-color: rgb(56, 56, 56);
}
.text-white {
color: white;
}
.custom-image {
padding: 10px;
border-radius: 10px;
width: calc(100% - 20px);
}
.custom-buttons button, .custom-buttons div{
color: white;
border-color: white;
}
.shopping-cart {
position: fixed;
top: 0px;
right: 0px;
}