Madamepetronille

De Admin -- TALEVAS.

Madame Petronille

https://www.madamepetronille.fr

Taille des vignettes des attributs

Modification de theme.css

.color,
.custom-checkbox input[type=checkbox]+span.color {
 width:3rem;
 height:3rem;
 display:inline-block;
 margin:.3125rem;
 box-shadow:0 0 3px 0 rgba(0,0,0,.15);
 border:1px solid rgba(0,0,0,.05);
 cursor:pointer;
 background-size:contain
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
- width: 1.25rem;
- height: 1.25rem;
+ width: 3rem;
+ height: 3rem;
}