shx-3d-render
parent
18063d1fbc
commit
ecc113a694
|
@ -108,31 +108,24 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
transition: transform 0.5s;
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx-mat-matte {
|
.shx-mat-matte {
|
||||||
|
|
||||||
background: linear-gradient(60deg, #fff 15%, transparent 100%);
|
background: linear-gradient(60deg, #fff 15%, transparent 100%);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx-mat-silk {
|
.shx-mat-silk {
|
||||||
|
|
||||||
background: linear-gradient(60deg, #fff 35%, transparent 35%);
|
background: linear-gradient(60deg, #fff 35%, transparent 35%);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.shx-ifc-colorselect label {
|
|
||||||
overflow: hidden; /* Add this to the parent container */
|
|
||||||
position: relative; /* Ensure it's positioned to contain absolute children correctly */
|
|
||||||
}
|
|
||||||
|
|
||||||
.shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-matte,
|
.shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-matte,
|
||||||
.shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-silk {
|
.shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-silk {
|
||||||
transform: scale(1.8);
|
transform: scale(1.8);
|
||||||
transform-origin: center; /* Ensure scaling is centered */
|
transform-origin: center; /* Ensure scaling is centered */
|
||||||
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue