2016-03-16 17:30:07 +05:00
|
|
|
@import "mymixins";
|
|
|
|
#sidebar{
|
|
|
|
float: right;
|
|
|
|
width: 25.6%;
|
|
|
|
h2{
|
|
|
|
font-size: 23px;
|
|
|
|
line-height: 23px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sidebar-channels{
|
|
|
|
background: $white;
|
|
|
|
padding: 0 16px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
.channel-item{
|
|
|
|
background: $white;
|
|
|
|
padding: 16px 0;
|
|
|
|
border-bottom:$default-border;
|
|
|
|
&:last-child{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.avatar{
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
img{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.channel-info{
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 10px 0 0;
|
|
|
|
color: $grey-txt;
|
|
|
|
h3{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
color: $black;
|
|
|
|
a{
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.views-videos{
|
|
|
|
span{
|
|
|
|
@include vertical-middle();
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
position: relative;
|
|
|
|
&:after{
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin: -2px 0 0;
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: $grey-txt;
|
|
|
|
}
|
|
|
|
&:first-child{
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
&:after{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 20:25:55 +05:00
|
|
|
}
|
2016-03-28 20:07:51 +05:00
|
|
|
.sidebar-items{
|
2016-03-18 20:25:55 +05:00
|
|
|
background: $white;
|
2016-03-28 20:07:51 +05:00
|
|
|
padding: 16px 16px 0;
|
2016-03-18 20:25:55 +05:00
|
|
|
.featured-video{
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
2016-03-28 20:07:51 +05:00
|
|
|
&:first-child{
|
|
|
|
padding: 0 0 14px;
|
|
|
|
}
|
2016-03-18 20:25:55 +05:00
|
|
|
.title{
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 17px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin: 0 0 6px;
|
|
|
|
}
|
|
|
|
.author{
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
}
|
2016-03-28 20:07:51 +05:00
|
|
|
.row{
|
|
|
|
margin: 0 -8px;
|
|
|
|
}
|
|
|
|
.item-photo{
|
|
|
|
.photo-holder{
|
|
|
|
i{
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin: -15px 0 0 -15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 17:30:07 +05:00
|
|
|
}
|