aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-15 14:59:25 +0200
committerChocobozzz <me@florianbigard.com>2022-06-16 11:37:08 +0200
commit5b0ec7cddb1ae6dbd2057f067382866f846b882c (patch)
tree5751d96ec4ab0d49b793c4ff1c8edbc8daeab6ac /client/src/sass/application.scss
parentb13a0a48bacb53e65e665774e621326452045294 (diff)
downloadPeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz
PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst
PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip
Increase global font size
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 274f7b1ca..add01fb71 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -64,7 +64,7 @@ body {
64 font-weight: $font-regular; 64 font-weight: $font-regular;
65 color: pvar(--mainForegroundColor); 65 color: pvar(--mainForegroundColor);
66 background-color: pvar(--mainBackgroundColor); 66 background-color: pvar(--mainBackgroundColor);
67 font-size: 14px; 67 font-size: 1rem;
68 // On desktop browsers, make sure vertical scroll bar is always visible 68 // On desktop browsers, make sure vertical scroll bar is always visible
69 // Allow to disable the scrollbar instead of hide it when the content fit the body 69 // Allow to disable the scrollbar instead of hide it when the content fit the body
70 // And not move the content and header horizontally sticked to right when the content is updating 70 // And not move the content and header horizontally sticked to right when the content is updating
@@ -114,7 +114,6 @@ button {
114 114
115label { 115label {
116 font-weight: $font-bold; 116 font-weight: $font-bold;
117 font-size: 15px;
118 margin-bottom: 0.5rem; 117 margin-bottom: 0.5rem;
119} 118}
120 119
@@ -200,10 +199,13 @@ table {
200} 199}
201 200
202my-global-icon[iconName=external-link] { 201my-global-icon[iconName=external-link] {
203 margin: 0 3px; 202 margin: 0 0.3em;
204 width: 13px; 203 width: 0.9em;
205 vertical-align: text-bottom; 204 height: 0.9em;
205 display: inline-block;
206 color: pvar(--inputPlaceholderColor); 206 color: pvar(--inputPlaceholderColor);
207 position: relative;
208 top: -0.1em;
207} 209}
208 210
209@media screen and (max-width: #{breakpoint(xxl)}) { 211@media screen and (max-width: #{breakpoint(xxl)}) {