p {
  margin: 0;
  margin-bottom: 1em;
}

// Some button styles in the common forms.base to consolidate properties
.s-button {
  display: inline-block;
  margin: 0;
  // background: none;
  border-radius: $s-var-radius;
}

.s-button.is-disabled {
  cursor: not-allowed;
}
