31 lines
329 B
SCSS
Executable File
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;
|
|
} |