diff options
Diffstat (limited to 'client/src/app/menu/language-chooser.component.scss')
-rw-r--r-- | client/src/app/menu/language-chooser.component.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss new file mode 100644 index 000000000..4574f78c6 --- /dev/null +++ b/client/src/app/menu/language-chooser.component.scss | |||
@@ -0,0 +1,15 @@ | |||
1 | @import '_variables'; | ||
2 | @import '_mixins'; | ||
3 | |||
4 | .modal-title { | ||
5 | text-align: center; | ||
6 | } | ||
7 | |||
8 | .modal-body { | ||
9 | text-align: center; | ||
10 | |||
11 | a { | ||
12 | font-size: 16px; | ||
13 | margin-top: 10px; | ||
14 | } | ||
15 | } \ No newline at end of file | ||