mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
26 lines
333 B
CSS
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);
|
|
}
|