]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/language-chooser.component.scss
Switch examples to curl since httpie has a 512MB limit (#3012)
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
index 944e86f461d3ee0e350d74f359b22f56dd39ae7e..6226a85cb7dc237d95454dea0d2584e64ce89763 100644 (file)
@@ -1,6 +1,18 @@
 @import '_variables';
 @import '_mixins';
 
+.help-to-translate {
+  @include peertube-button-link;
+  @include orange-button;
+
+  &.focus-visible,
+  &:focus {
+    box-shadow: none;
+  }
+
+  border-radius: 0;
+}
+
 .modal-body {
   text-align: center;
 
@@ -9,4 +21,4 @@
     font-size: 16px;
     margin: 15px;
   }
-}
\ No newline at end of file
+}