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/sass/class-helpers.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/sass/class-helpers.scss')
-rw-r--r-- | client/src/sass/class-helpers.scss | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 42e41c96f..75e14ec09 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -6,7 +6,9 @@ | |||
6 | .link-orange { | 6 | .link-orange { |
7 | color: pvar(--mainForegroundColor); | 7 | color: pvar(--mainForegroundColor); |
8 | font-weight: $font-bold; | 8 | font-weight: $font-bold; |
9 | border-bottom: 0.20em solid pvar(--mainColor); | 9 | border-bottom: 0.19em solid pvar(--mainColor); |
10 | display: inline-block; | ||
11 | line-height: 1.2; | ||
10 | 12 | ||
11 | &:hover { | 13 | &:hover { |
12 | color: pvar(--mainForegroundColor); | 14 | color: pvar(--mainForegroundColor); |
@@ -16,7 +18,7 @@ | |||
16 | 18 | ||
17 | .underline-orange { | 19 | .underline-orange { |
18 | display: inline-block; | 20 | display: inline-block; |
19 | border-bottom: 0.20em solid pvar(--mainColor); | 21 | border-bottom: 0.19em solid pvar(--mainColor); |
20 | } | 22 | } |
21 | 23 | ||
22 | // --------------------------------------------------------------------------- | 24 | // --------------------------------------------------------------------------- |
@@ -84,7 +86,7 @@ | |||
84 | .form-group-description { | 86 | .form-group-description { |
85 | @extend .muted !optional; | 87 | @extend .muted !optional; |
86 | 88 | ||
87 | font-size: 90%; | 89 | font-size: 14px; |
88 | margin-top: 10px; | 90 | margin-top: 10px; |
89 | } | 91 | } |
90 | 92 | ||
@@ -102,7 +104,6 @@ label + .form-group-description { | |||
102 | 104 | ||
103 | opacity: 0.6; | 105 | opacity: 0.6; |
104 | color: pvar(--mainForegroundColor); | 106 | color: pvar(--mainForegroundColor); |
105 | font-size: 16px; | ||
106 | display: inline-block; | 107 | display: inline-block; |
107 | font-weight: $font-semibold; | 108 | font-weight: $font-semibold; |
108 | border-bottom: 2px solid transparent; | 109 | border-bottom: 2px solid transparent; |
@@ -149,7 +150,7 @@ label + .form-group-description { | |||
149 | .title-page-about, | 150 | .title-page-about, |
150 | .title-page-settings { | 151 | .title-page-settings { |
151 | white-space: nowrap; | 152 | white-space: nowrap; |
152 | font-size: 115%; | 153 | font-size: 1rem; |
153 | } | 154 | } |
154 | 155 | ||
155 | .admin-sub-header { | 156 | .admin-sub-header { |
@@ -172,7 +173,6 @@ label + .form-group-description { | |||
172 | flex-direction: column; | 173 | flex-direction: column; |
173 | align-items: center; | 174 | align-items: center; |
174 | justify-content: center; | 175 | justify-content: center; |
175 | font-size: 16px; | ||
176 | font-weight: $font-semibold; | 176 | font-weight: $font-semibold; |
177 | } | 177 | } |
178 | 178 | ||
@@ -246,10 +246,6 @@ label + .form-group-description { | |||
246 | // --------------------------------------------------------------------------- | 246 | // --------------------------------------------------------------------------- |
247 | 247 | ||
248 | .alert { | 248 | .alert { |
249 | p:last-child { | ||
250 | margin-bottom: 0; | ||
251 | } | ||
252 | |||
253 | &.pt-alert-primary { | 249 | &.pt-alert-primary { |
254 | background-color: pvar(--mainColorVeryLight); | 250 | background-color: pvar(--mainColorVeryLight); |
255 | border: 2px solid pvar(--mainColorLightest); | 251 | border: 2px solid pvar(--mainColorLightest); |