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

.modal {
  z-index: 10005;
}

.modal-title {
  text-align: center;
}

.modal-body {
  text-align: center;

  a {
    font-size: 16px;
    margin-top: 10px;
  }
}