shx-3d-render

main
Jan Umbach 2024-06-22 14:07:27 +02:00
parent 46aba5f71e
commit f8724af5da
1 changed files with 5 additions and 10 deletions

View File

@ -91,6 +91,10 @@
overflow: hidden;
}
.shx-ifc-colorselect input[type="radio"] + label {
overflow: hidden;
}
.shx-mat-matte {
position: absolute;
top: 0;
@ -110,19 +114,10 @@
background: linear-gradient(60deg, #fff 35%, transparent 35%);
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>