]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss
Theme breaking: --submenuColor becomes --submenuBackgroundColor
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-import-torrent.component.scss
CommitLineData
ce33919c
C
1@import 'variables';
2@import 'mixins';
3
457bb213 4.first-step-block {
990b6a0b 5 .torrent-or-magnet {
218f730c
C
6 @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuBackgroundColor));
7
b515c98c
RK
8 &[data-content] {
9 margin: 1.5rem 0;
10 }
990b6a0b
C
11 }
12
13 .form-group-magnet-uri {
14 margin-bottom: 40px;
15 }
ce33919c
C
16}
17
18