@prefix: form-item-layout;

.@{prefix} {
  &- {
    &root {
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    &label {
      &:after {
        content: ':';
        position: relative;
        top: -0.5px;
        margin: 0 8px 0 2px;
      }
    }

    &content {
      flex: 1;
    }

  }
}
