shx-3d-render
parent
46aba5f71e
commit
f8724af5da
|
@ -91,6 +91,10 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shx-ifc-colorselect input[type="radio"] + label {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.shx-mat-matte {
|
.shx-mat-matte {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -110,19 +114,10 @@
|
||||||
background: linear-gradient(60deg, #fff 35%, transparent 35%);
|
background: linear-gradient(60deg, #fff 35%, transparent 35%);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes scaleUp {
|
|
||||||
from {
|
|
||||||
transform: scale(1);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
transform: scale(2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.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 {
|
||||||
animation: scaleUp 0.5s ease forwards;
|
transform: rotate(60deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue