]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Display latest uploaded date for captions
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-caption-add-modal.component.scss
index b257a16a94025f4afe5b10247c78659d179d6cbe..c0b670c6569d36dad2c59bbf01c825eee6dd46ea 100644 (file)
@@ -1,9 +1,5 @@
-@import '_variables';
-@import '_mixins';
-
-.peertube-select-container {
-  @include peertube-select-container(auto);
-}
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .caption-file {
   margin-top: 20px;
@@ -15,6 +11,6 @@
 }
 
 .warning-replace-caption {
-  color: red;
+  color: #ff0000;
   margin-top: 10px;
-}
\ No newline at end of file
+}