dr-prod-card
Version:
Este es un paquete de prueba de despliegue en NPM
33 lines (23 loc) • 387 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% - 20%);
}
.custom-buttons button, .custom-buttons div{
color: white;
border-color: white;
}
.shopping-cart {
position: fixed;
right: 10px;
top: 0px;
}