/* STILI PER LE ICONE DI 3DCRYPTER */

.blender-icon {
    display: inline-block;
    background-image: url("./Image/FormatIcon/blender.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    margin-right: 5px;
}

.i3ds-icon {
    display: inline-block;
    background-image: url("./Image/FormatIcon/3ds.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    margin-right: 5px;
}

.generic-icon {
    display: inline-block;
    background-image: url("./Image/FormatIcon/generic3d.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    margin-right: 5px;
}

.obj-icon {
    display: inline-block;
    background-image: url("./Image/FormatIcon/obj.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    margin-right: 5px;
}