]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
d7f83948
C
3
4pre {
5 font-size: 11px;
6}
7
8.video-import-error {
931d3430 9 color: #ff0000;
4f5d0459 10}
a3b472a1
C
11
12.button-link {
13 @include peertube-button-link;
14 @include grey-button;
15 @include button-with-icon(18px, 3px, -1px);
16}