]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-import-torrent.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .first-step-block {
5 .torrent-or-magnet {
6 @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuBackgroundColor));
7
8 &[data-content] {
9 margin: 1.5rem 0;
10 }
11 }
12
13 .form-group-magnet-uri {
14 margin-bottom: 40px;
15 }
16 }
17
18