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