.permissionList {
  position: relative;
  &:not(:last-child)::after {
    content: " ";
    position: absolute;
    right: -0.7rem;
    height: 1rem;
    width: 1px;
    background-color: white;
  }
}
