@import '../common/variables';

.be {
    .bcs-loading-error {
        width: $sidebarContentWidth;
    }

    .bcs-is-wider .bcs-loading-error {
        width: $sidebarContentIncreasedWidth;
    }
}
