]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-import-torrent.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
ce33919c 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