@import './../settings.mixins';

:host {
  @include section-wrapper;
}

.title {
  @include title;
}

.mail-handler-list {
  display: block;
  margin-top: 1rem;
}

.email-loop-wrapper {
  width: 250px;
  margin-top: 20px;
}

.global-white-list {
  display: block;
  margin-top: 20px;
}

.add-button {
  position: absolute;
  right: 0;
}
