aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-add/video-add.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-add/video-add.component.scss')
-rw-r--r--client/src/app/videos/video-add/video-add.component.scss27
1 files changed, 25 insertions, 2 deletions
diff --git a/client/src/app/videos/video-add/video-add.component.scss b/client/src/app/videos/video-add/video-add.component.scss
index 01195f017..d66df2fd4 100644
--- a/client/src/app/videos/video-add/video-add.component.scss
+++ b/client/src/app/videos/video-add/video-add.component.scss
@@ -1,6 +1,7 @@
1.btn-file { 1.btn-file {
2 position: relative; 2 position: relative;
3 overflow: hidden; 3 overflow: hidden;
4 display: block;
4} 5}
5 6
6.btn-file input[type=file] { 7.btn-file input[type=file] {
@@ -28,6 +29,28 @@
28 margin-bottom: 10px; 29 margin-bottom: 10px;
29} 30}
30 31
31#progress { 32div.tags {
32 margin-bottom: 10px; 33 height: 40px;
34 font-size: 20px;
35 margin-top: 20px;
36
37 .tag {
38 margin-right: 10px;
39
40 .remove {
41 cursor: pointer;
42 }
43 }
44}
45
46div.file-to-upload {
47 height: 40px;
48
49 .glyphicon-remove {
50 cursor: pointer;
51 }
52}
53
54div.progress {
55 // height: 40px;
33} 56}