diff options
Diffstat (limited to 'client/src/app/menu/language-chooser.component.scss')
-rw-r--r-- | client/src/app/menu/language-chooser.component.scss | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss index 30c70c6a2..944e86f46 100644 --- a/client/src/app/menu/language-chooser.component.scss +++ b/client/src/app/menu/language-chooser.component.scss | |||
@@ -1,19 +1,12 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .modal { | ||
5 | z-index: 10005; | ||
6 | } | ||
7 | |||
8 | .modal-title { | ||
9 | text-align: center; | ||
10 | } | ||
11 | |||
12 | .modal-body { | 4 | .modal-body { |
13 | text-align: center; | 5 | text-align: center; |
14 | 6 | ||
15 | a { | 7 | a { |
8 | display: block; | ||
16 | font-size: 16px; | 9 | font-size: 16px; |
17 | margin-top: 10px; | 10 | margin: 15px; |
18 | } | 11 | } |
19 | } \ No newline at end of file | 12 | } \ No newline at end of file |