100 lines
1.2 KiB
SCSS
Executable File
100 lines
1.2 KiB
SCSS
Executable File
.card .product-image {
|
|
height: 300px;
|
|
}
|
|
|
|
.text-title {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.centeritems {
|
|
place-content: center;
|
|
}
|
|
|
|
.prod_price {
|
|
font-size: 1.25rem;
|
|
@media (max-width: 718px) {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
.prod_disp {
|
|
font-size: 1.2rem;
|
|
@media (max-width: 718px) {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
.prod_preorder{
|
|
font-size: 1.2rem;
|
|
@media (max-width: 718px) {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
.prod_qtywarn {
|
|
padding-left: 10px;
|
|
font-size: 1rem;
|
|
color: grey;
|
|
}
|
|
|
|
.totali {
|
|
font-weight: bold;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.prod_sconti {
|
|
font-size: 1.1rem;
|
|
color: blue;
|
|
}
|
|
|
|
.product_code {
|
|
font-size: 0.75rem;
|
|
color: gray;
|
|
}
|
|
|
|
.label-qta{
|
|
font-size: 1.15rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.countdown_scadenza{
|
|
font-size: 1.15rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.subtit_prod {
|
|
font-style: italic;
|
|
}
|
|
|
|
.icone_prod{
|
|
font-size: 1.25rem;
|
|
@media (max-width: 718px) {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
.thumbnail {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.fullscreen-container {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: black;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.fullscreen-image {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|