Add missing button roles for the language chooser and keyboard shortcut menu items
[oweals/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
9 .modal-body {
10   text-align: center;
11
12   a {
13     display: block;
14     font-size: 16px;
15     margin: 15px;
16   }
17 }