]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-library/my-video-imports/my-video-imports.component.scss
Add ability to list imports of a channel sync
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-imports / my-video-imports.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 pre {
5 font-size: 11px;
6 }
7
8 .video-import-error {
9 color: #ff0000;
10 }
11
12 .button-link {
13 @include peertube-button-link;
14 @include grey-button;
15 @include button-with-icon(18px, 3px, -1px);
16 }