// Used to allow badges to escape from tabbars
.#{$prefix}tabbar-body-el {
    overflow: visible;
    padding: 0;

    .x-big & {
        padding: 0;
    }
}