
.infoBlock {

  label,
  .el-form-item__label,
  .el-form-item--small .el-form-item__label {
    float: none;
    padding: 0 8px;
    margin-bottom: 6px;
    border-radius: 3px;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
  }

  .el-form-item__content {
    line-height: inherit;
    padding-left: 5px;
  }

  &--compact {
    margin-bottom: 8px;
  }
}

.infoBlock-headButtons {

  .el-button {
    padding: 5px 7px;
    margin-bottom: 5px;

    .oi { padding: 0; }
  }
}
