aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-video-imports/my-video-imports.component.scss
blob: c4b847c3d1e1c330f062b3b1bfeb34522dd7f173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '_variables';
@import '_mixins';

pre {
  font-size: 11px;
}

.video-import-error {
  color: #ff0000;
}

.badge {
  @include table-badge;
}