commerce/site/components/product/ProductCardRoom/ProductCardRoomStyle.module.css
Daniele Pancottini b1fb0bc138 Start migration
2022-12-20 17:30:36 +01:00

26 lines
333 B
CSS

.flagIcon {
margin: 5px;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
}
.decadeIcon {
margin: 5px;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
}
.cardBody {
background-color: rgba(255, 255, 255, 0.70);
}
.imageContainer {
background-color: rgba(0, 0, 0, 0.7);
}