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