﻿/* Used for overriding the backoffice block grids */
@import 'swiper-bundle.min.css';
@import 'main.css';

.umb-block-grid__block .umb-icon svg {
    height: 20px !important;
    width: 20px !important;
    position: relative !important;
    top: -13px !important;
    left: -10px !important;
}

.umb-block-grid__actions > button.umb-block-grid__clipboard-button {
    /*opacity: 1 !important; Expected behavior is it shows on hover of the Add content button, which it does */
}

    .umb-block-grid__actions > button.umb-block-grid__clipboard-button svg {
        height: 20px !important;
        width: 20px !important;
        position: relative !important;
        top: -13px !important;
        left: -10px !important;
    }

.image-slider-pagination {
    justify-self: anchor-center;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 14px;
    height: 25px;
}
