diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:59:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 11:37:08 +0200 |
commit | 5b0ec7cddb1ae6dbd2057f067382866f846b882c (patch) | |
tree | 5751d96ec4ab0d49b793c4ff1c8edbc8daeab6ac /client/src/app/modal/account-setup-warning-modal.component.scss | |
parent | b13a0a48bacb53e65e665774e621326452045294 (diff) | |
download | PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip |
Increase global font size
Diffstat (limited to 'client/src/app/modal/account-setup-warning-modal.component.scss')
-rw-r--r-- | client/src/app/modal/account-setup-warning-modal.component.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/modal/account-setup-warning-modal.component.scss b/client/src/app/modal/account-setup-warning-modal.component.scss index d99edaf7a..25e67b08f 100644 --- a/client/src/app/modal/account-setup-warning-modal.component.scss +++ b/client/src/app/modal/account-setup-warning-modal.component.scss | |||
@@ -2,7 +2,6 @@ | |||
2 | @use '_variables' as *; | 2 | @use '_variables' as *; |
3 | 3 | ||
4 | .modal-body { | 4 | .modal-body { |
5 | font-size: 15px; | ||
6 | display: flex; | 5 | display: flex; |
7 | flex-direction: column; | 6 | flex-direction: column; |
8 | align-items: center; | 7 | align-items: center; |
@@ -24,7 +23,6 @@ | |||
24 | .subtitle { | 23 | .subtitle { |
25 | font-weight: $font-semibold; | 24 | font-weight: $font-semibold; |
26 | margin-bottom: 10px; | 25 | margin-bottom: 10px; |
27 | font-size: 16px; | ||
28 | } | 26 | } |
29 | 27 | ||
30 | li { | 28 | li { |