aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
blob: 98b80fdfd10d1ac9897a63fb4552af5df1c028ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import '_mixins';
@import '_miniature';

.videos-header {
  display: flex;
  height: 80px;
  align-items: center;

  .title-page.title-page-single {
    margin: 0 5px 0 0;
  }

  my-feed {
    display: inline-block;
    top: 1px;
    min-width: 60px;
  }

  .moderation-block {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
  }
}

.date-title {
  font-size: 16px;
  font-weight: $font-semibold;
  margin-bottom: 20px;
  margin-top: -10px;
  padding-top: 20px;

  &:not(:first-child) {
    border-top: 1px solid $separator-border-color;
  }
}

.margin-content {
  @include adapt-margin-content-width;
}