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

pre {
  font-size: 11px;
}

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

.badge {
  @include table-badge;
}