shx-3d-render

main
Jan Umbach 2024-06-21 16:20:40 +02:00
parent 8068a435b2
commit 415806e588
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@
.shx-ifc-colorselect label::after {
content: '';
display: block;
width: (100% + 4px);
height: (100% + 4px);
width: calc(100% + 4px);
height: calc(100% + 4px);
border-radius: 2px;
border: 2px solid #f00;