]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-video-imports/my-video-imports.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-imports / my-video-imports.component.scss
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
d7f83948
C
3
4pre {
5 font-size: 11px;
6}
7
8.video-import-error {
931d3430 9 color: #ff0000;
4f5d0459
RK
10}
11
12.badge {
13 @include table-badge;
14}