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