aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-07 17:56:59 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-07 17:56:59 +0100
commitc182778e26b8478fae9d7dd0bf0687baf7b72fd1 (patch)
tree1ab51871575ce7da97eb63346d62d2a52332d82e /client/src/app/videos/+video-edit/video-add.component.scss
parentbaeefe22caf8ae6cb58dc40754e5db14b50168bf (diff)
downloadPeerTube-c182778e26b8478fae9d7dd0bf0687baf7b72fd1.tar.gz
PeerTube-c182778e26b8478fae9d7dd0bf0687baf7b72fd1.tar.zst
PeerTube-c182778e26b8478fae9d7dd0bf0687baf7b72fd1.zip
Add progress bar for video upload
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.scss')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss
index 25dfd40d2..dfdf7ff73 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -57,4 +57,27 @@
57 } 57 }
58} 58}
59 59
60p-progressBar {
61 margin-top: 50px;
62 margin-bottom: 40px;
63
64 /deep/ .ui-progressbar {
65 font-size: 15px !important;
66 color: #fff !important;
67 height: 30px !important;
68 line-height: 30px !important;
69 border-radius: 3px !important;
70 background-color: rgba(11, 204, 41, 0.16) !important;
71
72 .ui-progressbar-value {
73 background-color: #0BCC29 !important;
74 }
75
76 .ui-progressbar-label {
77 text-align: left;
78 padding-left: 18px;
79 }
80 }
81}
82
60 83