]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/video-add-components/video-import-url.component.scss
Prepare Dislike/Flag/View fixes
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-add-components / video-import-url.component.scss
CommitLineData
78848714
C
1@import 'variables';
2@import 'mixins';
fbad87b0
C
3
4$width-size: 190px;
5
6.peertube-select-container {
7 @include peertube-select-container($width-size);
8}
9
7373507f
C
10.alert.alert-danger {
11 text-align: center;
12
13 & > div {
14 font-weight: $font-semibold;
15 }
16}
17
ce33919c 18.import-video-url {
fbad87b0
C
19 display: flex;
20 flex-direction: column;
21 align-items: center;
22
23 .icon.icon-upload {
24 @include icon(90px);
25 margin-bottom: 25px;
26 cursor: default;
27
78848714 28 background-image: url('../../../../assets/images/video/upload.svg');
fbad87b0
C
29 }
30
31 input[type=text] {
32 @include peertube-input-text($width-size);
33 display: block;
34 }
35
36 input[type=button] {
37 @include peertube-button;
38 @include orange-button;
39
40 width: $width-size;
41 margin-top: 30px;
42 }
43}
44
45