ReactJS
1.menuItemsList {2padding: 0 20px;3}
4
5.menuItem {6padding: 12px 0;7display: flex;8flex-flow: row nowrap;9align-items: center;10}
11.menuItem > svg + span {12margin-left: 7px;13}
14
15.divider {16height: 1px;17width: 100%;18background-color: var(--greyEC);19}
20.menuItemNonMobile{21
22}
23
24@media all and (max-width: 1023px) {25.menuItemHideForMobile {26display: none;27}28}