4 .upload-video-container {
6 background-color: #F7F7F7;
7 border: 3px solid #EAEAEA;
13 justify-content: center;
18 flex-direction: column;
26 background-image: url('../../../assets/images/video/upload.svg');
32 display: inline-block;
35 @include peertube-button;
36 @include orange-button;
46 filter: alpha(opacity=0);
56 @include peertube-select(auto);
58 display: inline-block;
65 /deep/ .ui-progressbar {
66 margin-top: 25px !important;
67 margin-bottom: 40px !important;
68 font-size: 15px !important;
69 color: #fff !important;
70 height: 30px !important;
71 line-height: 30px !important;
72 border-radius: 3px !important;
73 background-color: rgba(11, 204, 41, 0.16) !important;
75 .ui-progressbar-value {
76 background-color: #0BCC29 !important;
79 .ui-progressbar-label {
82 margin-top: 0 !important;
87 /deep/ .ui-progressbar-label {
88 // Same color as background to hide "100%"
89 color: rgba(11, 204, 41, 0.16) !important;
92 content: 'Processing...';