]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/reactive-file.component.scss
Support ICU in TS components
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / reactive-file.component.scss
index 84c23c1d63037694eb79e11576ce5cf31aeb796a..7643f29afe04165b43aa69a4fda86ca774deeaa1 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .root {
   height: auto;
   }
 
   .filename {
+    @include margin-left(5px);
+
     font-weight: $font-semibold;
+  }
+
+  .reset-button {
+    @include peertube-button;
+    @include grey-button;
+
+    font-size: 80%;
     margin-left: 5px;
+    line-height: initial;
+    padding: 2px 5px;
+    height: auto;
   }
 }