]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/menu/language-chooser.component.scss
Add Nginx configuration to redirect videos to an s3 bucket
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .help-to-translate {
5 @include peertube-button-link;
6 @include orange-button;
7
8 border-radius: 0;
9 }
10
11 .modal-body {
12 text-align: center;
13
14 a {
15 display: block;
16 font-size: 16px;
17 margin: 15px;
18 }
19 }