shx-3d-render
parent
46aba5f71e
commit
f8724af5da
|
@ -91,6 +91,10 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.shx-ifc-colorselect input[type="radio"] + label {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.shx-mat-matte {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -111,18 +115,9 @@
|
|||
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-silk {
|
||||
animation: scaleUp 0.5s ease forwards;
|
||||
transform: rotate(60deg);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue