]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/menu/language-chooser.component.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / language-chooser.component.scss
... / ...
CommitLineData
1@import '_variables';
2@import '_mixins';
3
4.help-to-translate {
5 @include peertube-button-link;
6 @include orange-button;
7
8 &.focus-visible,
9 &:focus {
10 box-shadow: none;
11 }
12
13 border-radius: 0;
14}
15
16.modal-body {
17 text-align: center;
18
19 a {
20 display: block;
21 font-size: 16px;
22 margin: 15px;
23 }
24}