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