@use '../../../../mx-core/src/base/typography';

.mx-breadcrumb {
  display: flex;
  gap: 2px;

  &__link {
    @extend .gl-body-sm;
    text-decoration: underline;
  }
  &__label {
    @extend .gl-body-sm;
    line-height: 16px;
  }
  .mat-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}
