Reorganize client shared modules
[oweals/peertube.git] / client / src / app / videos / +video-edit / video-add-components / video-import-torrent.component.scss
1 @import 'variables';
2 @import 'mixins';
3
4 .first-step-block {
5   .torrent-or-magnet {
6     @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuColor));
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