]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/video-add-components/video-send.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-send.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
fbad87b0 3
97eba003 4$width-size: 275px;
fbad87b0 5
7373507f
C
6.alert.alert-danger {
7 text-align: center;
8
931d3430 9 > div {
7373507f
C
10 font-weight: $font-semibold;
11 }
12}
13
457bb213 14.first-step-block {
fbad87b0
C
15 display: flex;
16 flex-direction: column;
17 align-items: center;
18
457bb213 19 .upload-icon {
a3345972 20 @include apply-svg-color(pvar(--inputBorderColor));
931d3430 21
457bb213 22 width: 90px;
fbad87b0 23 margin-bottom: 25px;
457bb213
C
24 }
25
26 .peertube-select-container {
27 @include peertube-select-container($width-size);
fbad87b0 28 }
02c01341 29 my-select-options ::ng-deep ng-select,
97eba003
C
30 my-select-channel ::ng-deep ng-select,
31 .peertube-radio-container,
32 .form-group-description {
02c01341 33 width: $width-size;
1e2fe802 34
02c01341
RK
35 @media screen and (max-width: $width-size) {
36 width: 100%;
37 }
38 }
fbad87b0 39
97eba003
C
40 .form-group-description {
41 white-space: nowrap;
42 }
43
fbad87b0
C
44 input[type=text] {
45 @include peertube-input-text($width-size);
46 display: block;
47 }
48
49 input[type=button] {
50 @include peertube-button;
51 @include orange-button;
52
53 width: $width-size;
54 margin-top: 30px;
55 }
fbad87b0 56
457bb213 57 .button-file {
e61151b0 58 @include peertube-button-file(max-content);
6c808af9 59 @include orange-button;
457bb213 60 }
457bb213 61}