gr-product-card
Version:
This is a package that helps import a library of a product showing the card and the main goal of this package is for tests purposes.
28 lines (23 loc) • 394 B
CSS
.bg-dark {
background-color: rgb(56, 56, 56);
}
.text-white {
color: rgb(255, 255, 255);
}
.text-bold {
font-weight: bold;
}
.custom-image {
padding: 10px;
width: calc(100% - 20px);
border-radius: 20px;
}
.custom-buttons button, .custom-buttons div{
color: white;
border-color: white;
}
.shopping-cart {
position: fixed;
right: 10px;
top: 0px;
}