]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/preview-upload.component.scss
Add more when deleting a video
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / preview-upload.component.scss
index 88eccd5f7c8fd1f05110ae028edc31836eae9512..b6cc2f007e2c6c5e4253d7949eb3352bb949edf6 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .root {
   height: auto;
@@ -21,7 +21,7 @@
       max-width: 100%;
 
       &.no-image {
-        border: 2px solid grey;
+        border: 2px solid #808080;
         background-color: pvar(--mainBackgroundColor);
       }
     }