@import 'base';

.fields-settings {
  @extend %block;
  padding: 0 50px 100px 50px;
  background-color: color(black, translucent);

  &__header {
    border-bottom: solid 1px color(black, pale);
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;

    &-title {
      color: color(black, light);
      font-size: 18px;
    }
  }

  &__fields {
    margin-left: 100px;

    &-header {
      color: color(black, light);
      font-size: 18px;
      padding: 30px 0 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
}
