]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-list/shared/abstract-video-list.scss
Begin videos list new design
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / shared / abstract-video-list.scss
CommitLineData
a99593ed 1.videos-info {
a64668c0
C
2 @media screen and (max-width: 400px) {
3 margin-left: 0;
4 }
a99593ed 5
a99593ed
C
6 border-bottom: 1px solid #f1f1f1;
7 height: 40px;
8 line-height: 40px;
a99593ed 9
a99593ed
C
10 .videos-total-results {
11 font-size: 13px;
a99593ed 12 }
e56b20f5
C
13
14 my-loader {
15 display: inline-block;
16 margin-left: 5px;
17 }
a99593ed 18}
157cb9c9 19
157cb9c9
C
20pagination {
21 display: block;
22 text-align: center;
23}