@import 'public-booking/main_dependencies';

@mixin print-hidden() {
  @media print {
    display: none !important;
  }
}