.adm-swipe-action {
  --background: var(--adm-color-background);
  background: var(--background);
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
  &-track {
    position: relative;
    overflow: visible;
  }
  &-content {
  }
  &-actions {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: auto;
    white-space: nowrap;
    &-right {
      left: 100%;
      top: 0;
      height: 100%;
    }
    &-left {
      right: 100%;
      top: 0;
      height: 100%;
    }
  }
  &-action-button.adm-button {
    --border-radius: 0;
    --border-width: 0;
    --text-color: var(--adm-color-text-light-solid);
    padding-left: 20px;
    padding-right: 20px;
  }
}
