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

.section-title {
  // make the element span a full grid row within .videos grid
  grid-column: 1 / -1;
}

.margin-content {
  @include fluid-videos-miniature-layout;
}

.section {
  @include miniature-rows;
}