@use '@carbon/layout';
@use '@carbon/styles/scss/type';

// TODO: refactor to use esm-style-guide
.addPatientToQueue {
  --cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
  --cds-layout-size-height: var(--cds-layout-size-height-context);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 layout.$spacing-04;
  gap: layout.$spacing-05;
}
