aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/language-chooser.component.scss
blob: 28d58a6788cc6cb55e6be3946eebc8e87f18858a (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
@use '_variables' as *;
@use '_mixins' as *;

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

  border-radius: 0;

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

.modal-body {
  text-align: center;

  a {
    display: block;
    margin: 15px;
  }
}