ReactJS
1.divider {2height: 1px;3width: 100%;4background-color: var(--greyEC);5}
6
7.menuItem {8padding: 12px 0;9display: flex;10flex-flow: row nowrap;11align-items: center;12}
13.menuItem > svg + span {14margin-left: 7px;15}