]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/video-list/overview/video-overview.component.scss
Add sync link to import page
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / video-list / overview / video-overview.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
3@use '_miniature' as *;
2d3741d6 4
cf78883c
C
5.section-title {
6 // make the element span a full grid row within .videos grid
7 grid-column: 1 / -1;
8}
9
c8487f3f 10.margin-content {
5d6395af 11 @include grid-videos-miniature-layout-with-margins;
1a471091
C
12}
13
c8487f3f 14.section {
0f7407d9 15 &:first-child {
5b0ec7cd 16 padding-top: 15px;
0f7407d9
C
17
18 .section-title {
931d3430 19 border-top: 0 !important;
0f7407d9
C
20 }
21 }
22
23 .section-title {
24 font-size: 24px;
5b0ec7cd
C
25 padding-top: 20px;
26 margin-bottom: 30px;
0f7407d9
C
27
28 &:not(h2) {
29 border-top: 1px solid $separator-border-color;
30 }
31
5b0ec7cd
C
32 a > h2 {
33 margin-bottom: 0;
34 display: inline-block;
35 font-weight: $font-bold;
0f7407d9 36 }
0f7407d9 37
5b0ec7cd
C
38 my-actor-avatar {
39 @include margin-right(8px);
27bc9586 40
5b0ec7cd
C
41 position: relative;
42 top: -2px;
0f7407d9
C
43 }
44 }
45
0f7407d9
C
46 @media screen and (max-width: $mobile-view) {
47 max-height: initial;
48 overflow: initial;
49
50 .section-title {
27bc9586
C
51 @include margin-left(10px);
52
0f7407d9 53 font-size: 17px;
0f7407d9
C
54 }
55 }
830b4faf 56}