raulrobi-product-card
Version:
NPM testing deployment
35 lines (28 loc) • 522 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-buttons button, .custom-buttons div {
color: white;
border-color: white;
}
.custom-buttons button:hover {
color: black;
background-color: white;
border-color: black;
}
.shopping-cart {
position: fixed;
top: 0px;
right: 10px;
}