.#{$prefix}toolbar-body-el {
    //Material overrides this from base so that button ripples can expand beyond the left/right edges of the toolbar
    overflow: visible;

    // Titles in Toolbars
    > .#{$prefix}title {
        transition: .25s padding ease-out;
    }
}
