aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.scss
blob: 6d59ed834290a945b814649e29d7661093008c4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import 'variables';
@import 'mixins';

.first-step-block {
  .torrent-or-magnet {
    margin: 10px 0;
  }

  .form-group-magnet-uri {
    margin-bottom: 40px;
  }
}