Files
myprojplanet_vite/src/views/ecommerce/orderInfo/orderInfo.scss
2023-12-15 21:50:28 +01:00

31 lines
329 B
SCSS
Executable File

$heightBtn: 100%;
.card .product-image {
height: 300px;
}
.mycol{
color:gray;
}
.q-item__label--caption{
color: blue;
}
.ordstat{
text-align: center;
border: 1px solid #8778cb;
border-radius: 10px;
padding: 5px;
}
.evaso {
font-weight: bold;
color: green;
}
.note {
font-style: italic;
color:blue;
}