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