.sidebar {
width 260px
height calc(100% - 65px)
border-right 2px solid $border-color
background-color #EFF4F7
li {
border-bottom 1px solid $border-color
&:hover
background-color white
&:first-child
border-top 1px solid $border-color
a {
display inline-block
width 100%
padding 14px 25px
i {
margin-right 12px
}
}
}
}