.uif-slide-navigation
  width 126px
  padding 12px 0 12px 12px
  &.dark
    color white
    border-radius 4px
    background-color rgba(20,33,51,0.8)
    box-shadow 4px 4px 16px rgba(0,0,0,0.16)
  &.normal
    color #142133

.uif-slide-nav
  border-left 2px solid
  font-size 12px
  line-height 20px
  padding 6px 0 6px 16px
  cursor pointer
  s-ellipsis()
  &:not(.active)
    opacity 0.5
