// Desktop specific styling for the button component

@import 'button.component.common';

:host {
  @media #{$layout-large} {
    // Desktop styles
  }
}
