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/+signup | |
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/+signup')
-rw-r--r-- | client/src/app/+signup/+register/register.component.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/client/src/app/+signup/+register/register.component.scss b/client/src/app/+signup/+register/register.component.scss index 8388bed7d..c706d6955 100644 --- a/client/src/app/+signup/+register/register.component.scss +++ b/client/src/app/+signup/+register/register.component.scss | |||
@@ -1,11 +1,6 @@ | |||
1 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | .alert { | ||
5 | font-size: 16px; | ||
6 | text-align: center; | ||
7 | } | ||
8 | |||
9 | .signup-disabled { | 4 | .signup-disabled { |
10 | padding-top: 30vh; | 5 | padding-top: 30vh; |
11 | } | 6 | } |
@@ -15,10 +10,6 @@ | |||
15 | margin: 0; | 10 | margin: 0; |
16 | } | 11 | } |
17 | 12 | ||
18 | .register-content { | ||
19 | font-size: 16px; | ||
20 | } | ||
21 | |||
22 | my-instance-about-accordion { | 13 | my-instance-about-accordion { |
23 | display: block; | 14 | display: block; |
24 | margin-bottom: 25px; | 15 | margin-bottom: 25px; |