@import './../../../../node_modules/corporate-frontend/src/styles/variables';
@import './../../../../node_modules/corporate-frontend/src/styles/colors';

.b-bundles-panel {

    padding: 0 $container-md;
    height: 100%;

    .b-page--bg-dark & {
        background-color: $brand-light-grey-overlay;
        color: $brand-grey-hover;
    }

    &__content-container {
        padding: $container-md 0;
    }


}
