.n-link-primary
  cursor pointer
  color $primary-color
  &:hover
    color tint($primary-color, 20%)
  &:active
    color shade($primary-color, 20%)



// 滚动条
.n-small-scrollbar
  overflow auto
  &::-webkit-scrollbar
    width 4px
  &::-webkit-scrollbar-track
    background-color #FFF
  &::-webkit-scrollbar-thumb
    border-radius 2px
    background-color #CCCFD3
