21 lines
233 B
SCSS
Executable File
21 lines
233 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;
|
|
} |