]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/language-chooser.component.scss
Improve notification settings UI
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
index 944e86f461d3ee0e350d74f359b22f56dd39ae7e..04b18af3325733dc64634894b066352ddce4367c 100644 (file)
@@ -1,5 +1,17 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
+
+.help-to-translate {
+  @include peertube-button-link;
+  @include orange-button;
+
+  border-radius: 0;
+
+  &.focus-visible,
+  &:focus {
+    box-shadow: none;
+  }
+}
 
 .modal-body {
   text-align: center;
@@ -9,4 +21,4 @@
     font-size: 16px;
     margin: 15px;
   }
-}
\ No newline at end of file
+}