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

.row {
  text-align: center;
}

a.video-channel {
  @include disable-default-a-behaviour;

  display: inline-block;
  text-align: center;
  color: #000;
  margin: 10px 30px;

  img {
    @include avatar(80px);

    margin-bottom: 10px;
  }

  .video-channel-display-name {
    font-size: 20px;
    font-weight: $font-bold;
  }

  .video-channel-followers {
    font-size: 15px;
  }
}