allow limiting video-comments rss feeds to an account or video channel
[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   &.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 }