aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/shared/actor-avatar-info.component.scss
blob: 0b0c83de55f808aa4585cae9974ed6ae3890b5a2 (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
43
44
45
46
47
48
49
50
51
@import '_variables';
@import '_mixins';

.actor {
  display: flex;

  img {
    @include avatar(50px);

    margin-right: 15px;
  }

  .actor-info {
    .actor-info-names {
      display: flex;
      align-items: center;

      .actor-info-display-name {
        font-size: 20px;
        font-weight: $font-bold;
      }

      .actor-info-username {
        margin-left: 7px;
        position: relative;
        top: 2px;
        font-size: 14px;
        color: $grey-actor-name;
      }
    }

    .actor-info-followers {
      font-size: 15px;
    }
  }
}

.button-file {
  @include peertube-button-file(160px);

  margin-top: 10px;
  margin-bottom: 5px;
}

.file-max-size {
  display: inline-block;
  font-size: 13px;

  position: relative;
  top: -10px;
}