Add systemd file example
[oweals/peertube.git] / client / app / videos / video-add / video-add.component.scss
1 .btn-file {
2   position: relative;
3   overflow: hidden;
4 }
5
6 .btn-file input[type=file] {
7   position: absolute;
8   top: 0;
9   right: 0;
10   min-width: 100%;
11   min-height: 100%;
12   font-size: 100px;
13   text-align: right;
14   filter: alpha(opacity=0);
15   opacity: 0;
16   outline: none;
17   background: white;
18   cursor: inherit;
19   display: block;
20 }
21
22 .name_file {
23   display: inline-block;
24   margin-left: 10px;
25 }
26
27 .form-group {
28   margin-bottom: 10px;
29 }
30
31 #progress {
32   margin-bottom: 10px;
33 }