aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/videos-list-markup.component.scss
blob: dcd931090b1e8d25df909aa717f08e4ebee12ce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
@import '_variables';
@import '_mixins';

my-video-miniature {
  margin-right: 15px;
  display: inline-block;
  min-width: $video-thumbnail-width;
  max-width: $video-thumbnail-width;
}