]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-list/video-overview.component.scss
Merge branch 'develop' into pr/1285
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
CommitLineData
2d3741d6
C
1@import '_variables';
2@import '_mixins';
3
4.section {
5 padding-top: 10px;
6
7 &:first-child {
8 padding-top: 30px;
9 }
6aff854c
C
10
11 my-video-miniature {
12 text-align: left;
13 }
2d3741d6
C
14}
15
16.section-title {
9ffdd52a 17 font-size: 24px;
2d3741d6 18 font-weight: $font-semibold;
9ffdd52a 19 margin-bottom: 10px;
2d3741d6
C
20
21 a {
e78980eb
RK
22 &:hover, &:focus:not(.focus-visible), &:active {
23 text-decoration: none;
24 outline: none;
25 }
2d3741d6 26
9a0fc840 27 color: var(--mainForegroundColor);
2d3741d6 28 }
1a471091
C
29}
30
31.channel {
32 .section-title a {
33 display: flex;
34 width: fit-content;
35 align-items: center;
36
37 img {
9ffdd52a 38 @include avatar(28px);
1a471091 39
9ffdd52a 40 margin-right: 8px;
1a471091
C
41 }
42 }
6aff854c
C
43}
44
45@media screen and (max-width: 500px) {
9ffdd52a
C
46 .section-title {
47 font-size: 17px;
48 }
49
6aff854c
C
50 .section {
51 @include video-miniature-small-screen;
52 }
2d3741d6 53}