.bundles {
    @import '../components/**/*.scss';
    @import '../pages/**/*.scss';

    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;

    .btn {
        margin: 0;
    }
}

.bundles.PopoverOverlay {
    background: transparent;
}
