@import 'base';

.popovers {
  &.popovers_constrained {
    width: 600px;
  }

  &__delete-field {
    &-input {
      @extend %simple-input;
      font-size: 20px;
      margin-bottom: 20px;
    }

    &-button {
      display: flex;
      justify-content: flex-end;
    }
  }
}
