@import '/UI/Style.scss';

MapDirection {
    position: absolute;
    transform: translate(-50% -50%);
    width: 28px;
    aspect-ratio:  1;
    justify-content: center;
    align-items: center;

    > img {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
}