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

.first-step-block {
  .torrent-or-magnet {
    @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuBackgroundColor));

    &[data-content] {
      margin: 1.5rem 0;
    }
  }

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