diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 14:55:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 14:55:06 +0200 |
commit | 63347a0ff966c7863e5b7431effa1cb0668df893 (patch) | |
tree | 8f89d9b4a73f7157103574c05832eff21e338272 /client/src/app/menu/language-chooser.component.scss | |
parent | b34a444e291c8ec90b4c2c965f7d0d6904d1faa7 (diff) | |
download | PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.tar.gz PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.tar.zst PeerTube-63347a0ff966c7863e5b7431effa1cb0668df893.zip |
Migrate to bootstrap 4 and ng-bootstrap
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 |