.btn-link-light {
  @include x-button-link-variant(theme-color("light"), theme-color("light-transparent"));
}

.x-btn-add {
  display: flex;
  justify-content: center;
  align-items: center;
  hr {
    flex: 1;
    border: none;
    height: 1px;
  }
}
