]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/language-chooser.component.scss
WIP plugins: load theme on client side
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
index 30c70c6a25357a1ba8d8ba7dfef335e03fbdd754..72deb3952e431e09ff994c694ac2bb4eff9d380a 100644 (file)
@@ -1,19 +1,17 @@
 @import '_variables';
 @import '_mixins';
 
-.modal {
-  z-index: 10005;
-}
-
-.modal-title {
-  text-align: center;
+.help-to-translate {
+  @include peertube-button-link;
+  @include orange-button;
 }
 
 .modal-body {
   text-align: center;
 
   a {
+    display: block;
     font-size: 16px;
-    margin-top: 10px;
+    margin: 15px;
   }
-}
\ No newline at end of file
+}