.dashboard-product {
  $block: #{&};

  @include flex(row, nowrap, $whitespace-5);

  &__container {
    @include flex(row, nowrap, $whitespace-3);
  }

  &__button-group {
    @include flex(row, nowrap, $whitespace-1);
  }
}
