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