]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
Fix build
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-add-components / video-upload.component.scss
index 684342f09311521e4983c8e48aa762f518bc0e90..b5628e276b0c7d64415f7b557160e4fcccccab5e 100644 (file)
@@ -25,7 +25,7 @@
   p-progressBar {
     flex-grow: 1;
 
-    /deep/ .ui-progressbar {
+    ::ng-deep .ui-progressbar {
       font-size: 15px !important;
       height: 30px !important;
       border-radius: 3px !important;
@@ -45,7 +45,7 @@
     }
 
     &.processing {
-      /deep/ .ui-progressbar-label {
+      ::ng-deep .ui-progressbar-label {
         // Same color as background to hide "100%"
         color: rgba(11, 204, 41, 0.16) !important;