]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/video-add-components/video-send.scss
Lazy load all routes
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-send.scss
CommitLineData
78848714
C
1@import 'variables';
2@import 'mixins';
fbad87b0
C
3
4$width-size: 190px;
5
7373507f
C
6.alert.alert-danger {
7 text-align: center;
8
9 & > div {
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
C
19 .upload-icon {
20 width: 90px;
fbad87b0 21 margin-bottom: 25px;
fbad87b0 22
457bb213
C
23 @include apply-svg-color(#C6C6C6);
24 }
25
26 .peertube-select-container {
27 @include peertube-select-container($width-size);
fbad87b0
C
28 }
29
30 input[type=text] {
31 @include peertube-input-text($width-size);
32 display: block;
33 }
34
35 input[type=button] {
36 @include peertube-button;
37 @include orange-button;
38
39 width: $width-size;
40 margin-top: 30px;
41 }
fbad87b0 42
457bb213 43 .button-file {
e61151b0 44 @include peertube-button-file(max-content);
457bb213 45 }
457bb213 46}