]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
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 7
58e1765a
RK
8 &.focus-visible,
9 &:focus {
10 box-shadow: none;
11 }
12
d3217560 13 border-radius: 0;
9c53ef67
C
14}
15
8afc19a6
C
16.modal-body {
17 text-align: center;
18
19 a {
63347a0f 20 display: block;
8afc19a6 21 font-size: 16px;
63347a0f 22 margin: 15px;
8afc19a6 23 }
9c53ef67 24}