]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8afc19a6
C
1@import '_variables';
2@import '_mixins';
3
9c53ef67
C
4.help-to-translate {
5 @include peertube-button-link;
6 @include orange-button;
d3217560
RK
7
8 border-radius: 0;
9c53ef67
C
9}
10
8afc19a6
C
11.modal-body {
12 text-align: center;
13
14 a {
63347a0f 15 display: block;
8afc19a6 16 font-size: 16px;
63347a0f 17 margin: 15px;
8afc19a6 18 }
9c53ef67 19}