.nav-divider(@color) {
  overflow: hidden;
  margin: calc(@line-height-computed / 2 - 1) 0;
  height: 1px;
  background-color: @color;
}
