2016-05-24 16:00:58 -05:00
|
|
|
.videos-info {
|
|
|
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
width: 765px;
|
|
|
|
margin-left: 15px;
|
|
|
|
|
|
|
|
my-video-sort {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.videos-total-results {
|
|
|
|
font-size: 13px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2016-06-05 01:48:44 -05:00
|
|
|
|
|
|
|
my-loader {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-05-24 16:00:58 -05:00
|
|
|
}
|
2016-05-26 13:40:03 -05:00
|
|
|
|
|
|
|
.videos-miniatures {
|
2016-07-08 10:15:14 -05:00
|
|
|
min-height: 650px;
|
2016-05-26 13:40:03 -05:00
|
|
|
|
2016-06-04 11:53:11 -05:00
|
|
|
my-video-miniature {
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
|
|
|
|
&.ng-enter {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ng-enter-active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ng-leave {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2016-05-26 13:40:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-video {
|
|
|
|
margin-top: 50px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pagination {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|