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

pre {
  font-size: 11px;
}

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

.badge {
  @include table-badge;
}