SCSS
.video-item{
height: 35px;
border-bottom-width: 1px;
&:last-child {
border-bottom-width: 0px;
}
SCSS
.video-item{
height: 35px;
border-bottom-width: 1px;
&:last-child {
border-bottom-width: 0px;
}