aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list/video-overview.component.scss
blob: 8d66cf80a003a969ff038bc15d9f4fdf34e4b66a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import '_variables';
@import '_mixins';

.section {
  padding-top: 10px;

  &:first-child {
    padding-top: 30px;
  }
}

.section-title {
  font-size: 17px;
  font-weight: $font-semibold;
  margin-bottom: 20px;

  a {
    @include disable-default-a-behaviour;

    color: #000;
  }
}