﻿
.btn-group-cropper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

    .btn-group-cropper > .button-crop {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.button-crop {
    padding: 10px;
    margin-right: 0;
    margin-bottom: 10px;
}

    .button-crop span {
        height: 24px;
        width: 24px;
        display: block;
        background-image: url("../assets/images/iconsset-imagecropped-iconset.svg");
    }

#btnCrop span {
    background-position: -168px 0;
}

#btnRestore span {
    background-position: 0px 0;
}

#btnLeft span {
    background-position: -190px 0;
}

#btnRight span {
    background-position: -216px 0;
}

#btnZoomIn span {
    background-position: -120px 0;
}

#btnZoomOut span {
    background-position: -96px 0;
}
