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/shared/shared-share-modal | |
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/shared/shared-share-modal')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss index 611291981..456309d2d 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.scss +++ b/client/src/app/shared/shared-share-modal/video-share.component.scss | |||
@@ -34,6 +34,10 @@ my-input-text { | |||
34 | margin-top: 20px; | 34 | margin-top: 20px; |
35 | } | 35 | } |
36 | 36 | ||
37 | .alert-private { | ||
38 | margin-top: 0; | ||
39 | } | ||
40 | |||
37 | .filters { | 41 | .filters { |
38 | margin-top: 30px; | 42 | margin-top: 30px; |
39 | 43 | ||
@@ -46,7 +50,6 @@ my-input-text { | |||
46 | justify-content: center; | 50 | justify-content: center; |
47 | align-items: center; | 51 | align-items: center; |
48 | margin-top: 20px; | 52 | margin-top: 20px; |
49 | font-size: 16px; | ||
50 | font-weight: $font-semibold; | 53 | font-weight: $font-semibold; |
51 | cursor: pointer; | 54 | cursor: pointer; |
52 | } | 55 | } |