#drupal-off-canvas .paragraphs-dropdown-toggle {
  height: 26px;
  width: 26px;
  display: block;
  background: url(../icons/icon-actions.svg) no-repeat center;
  background-size: 26px 26px;
  border-radius: 4px;
  transition: all 0.1s;
}

#drupal-off-canvas .paragraphs-dropdown-toggle:hover {
  background: url(../icons/icon-actions.svg) no-repeat center;
}

#drupal-off-canvas .paragraphs-dropdown-actions {
  width: auto;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#drupal-off-canvas input[type="submit"].paragraphs-dropdown-action {
  width: auto;
}
