@import '~react-ions/styles/common/colors.scss';

.tab-content {
  padding: 16px;
  background-color: $neutral-2;
  border: 1px solid $neutral-3;
}

.tab-content-secondary {
  padding: 16px 0;
  background-color: $white;
}

.update {
  display: flex;
  margin-bottom: 16px;

  button {
    margin-right: 16px;
  }
}

.tab-prefix {
  font-size: inherit;
  height: auto;
  min-width: 16px;
  margin-right: 8px;
  border: none !important;
}

.tab-suffix {
  float: right;
  font-size: inherit;
  height: auto;
  min-width: 16px;
  margin-left: 8px;
  border: none !important;
}

.icon-green {
  svg {
    fill: $success;
  }
}
