

.foundry-custom-button {
  display: block;
  border: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 10px;
  box-shadow: none;
  &:focus, &:active, &:active:focus {
    box-shadow: none;
  }
  &[disabled] {
    cursor: not-allowed;
  }
}
