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

.first-step-block {
  .torrent-or-magnet {
    @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuColor));
    
    &[data-content] {
      margin: 1.5rem 0;
    }
  }

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