aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-settings/account-settings.component.scss
blob: c8a27dbcd060b7bf39cfc1f85eb5b2e9db54ec44 (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
@import '_variables';
@import '_mixins';

.user {
  display: flex;

  img {
    @include avatar(50px);
    margin-right: 15px;
  }

  .user-info {
    .user-info-username {
      font-size: 20px;
      font-weight: $font-bold;
    }

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

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

  margin-top: 10px;
}

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

  position: relative;
  top: -10px;
}

.account-title {
  text-transform: uppercase;
  color: $orange-color;
  font-weight: $font-bold;
  font-size: 13px;
  margin-top: 55px;
  margin-bottom: 30px;
}