aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/language-chooser.component.scss
blob: 6226a85cb7dc237d95454dea0d2584e64ce89763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import '_variables';
@import '_mixins';

.help-to-translate {
  @include peertube-button-link;
  @include orange-button;

  &.focus-visible,
  &:focus {
    box-shadow: none;
  }

  border-radius: 0;
}

.modal-body {
  text-align: center;

  a {
    display: block;
    font-size: 16px;
    margin: 15px;
  }
}