CSS Target Flex Parent Child

.parent > * {
  /* Style first-level children of .parent */
}
KostasX