@import '../common.scss';

AimReticle {
    width: 100%;
    height: 100%;
    //filter: border-wrap(10px black);
    
    .reticle {
        width: 100%;
        height: 100%;
        background-image: url("materials/reticle/reticle.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    &.hidden {
        display: none;
    }
}
