Toolbar.scss 272 B

123456789
  1. .#{$prefix}toolbar-body-el {
  2. //Material overrides this from base so that button ripples can expand beyond the left/right edges of the toolbar
  3. overflow: visible;
  4. // Titles in Toolbars
  5. > .#{$prefix}title {
  6. transition: .25s padding ease-out;
  7. }
  8. }