- Esporta Lista Carrello (Totale)
- Sconto Applicato
This commit is contained in:
@@ -2596,4 +2596,17 @@ body.body--dark {
|
||||
color: #ccc;
|
||||
font-size: 12px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.7); /* Sfondo semi-trasparente */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 9999;
|
||||
}
|
||||
Reference in New Issue
Block a user