aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.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/bootstrap.scss
parentb13a0a48bacb53e65e665774e621326452045294 (diff)
downloadPeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz
PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst
PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip
Increase global font size
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss38
1 files changed, 19 insertions, 19 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 4d2fcf5b3..6a5d36639 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -42,7 +42,6 @@
42// --------------------------------------------------------------------------- 42// ---------------------------------------------------------------------------
43 43
44.dropdown-menu { 44.dropdown-menu {
45 font-size: 15px;
46 color: pvar(--mainForegroundColor); 45 color: pvar(--mainForegroundColor);
47 background-color: pvar(--mainBackgroundColor); 46 background-color: pvar(--mainBackgroundColor);
48 47
@@ -74,6 +73,16 @@
74} 73}
75 74
76// --------------------------------------------------------------------------- 75// ---------------------------------------------------------------------------
76// Alert
77// ---------------------------------------------------------------------------
78
79.alert {
80 p:last-child {
81 margin-bottom: 0;
82 }
83}
84
85// ---------------------------------------------------------------------------
77// Modal 86// Modal
78// --------------------------------------------------------------------------- 87// ---------------------------------------------------------------------------
79 88
@@ -115,18 +124,10 @@
115 my-global-icon { 124 my-global-icon {
116 @include icon(22px); 125 @include icon(22px);
117 126
118 position: relative;
119 top: 5px;
120 float: right;
121
122 margin: 0;
123 padding: 0;
124 opacity: 0.5; 127 opacity: 0.5;
125 128
126 &[iconName=cross] { /* stylelint-disable-line selector-max-compound-selectors */ 129 &:hover {
127 @include icon(16px); 130 opacity: 0.8;
128
129 top: -3px;
130 } 131 }
131 } 132 }
132 } 133 }
@@ -165,8 +166,6 @@
165 opacity: 0.75; 166 opacity: 0.75;
166 content: ''; 167 content: '';
167 display: block; 168 display: block;
168 position: fixed;
169 z-index: z(overlay);
170 } 169 }
171 } 170 }
172 } 171 }
@@ -254,6 +253,11 @@
254// Buttons & form controls 253// Buttons & form controls
255// --------------------------------------------------------------------------- 254// ---------------------------------------------------------------------------
256 255
256.btn:not(.btn-sm) {
257 font-size: $button-font-size;
258 line-height: 1.2;
259}
260
257.btn-outline-secondary { 261.btn-outline-secondary {
258 border-color: $input-border-color; 262 border-color: $input-border-color;
259 263
@@ -294,7 +298,6 @@
294} 298}
295 299
296.form-control { 300.form-control {
297 font-size: 15px;
298 color: pvar(--mainForegroundColor); 301 color: pvar(--mainForegroundColor);
299 background-color: pvar(--inputBackgroundColor); 302 background-color: pvar(--inputBackgroundColor);
300 outline: none; 303 outline: none;
@@ -317,7 +320,6 @@
317 } 320 }
318 321
319 > .input-group-text { 322 > .input-group-text {
320 font-size: 15px;
321 line-height: normal; 323 line-height: normal;
322 opacity: 0.9; 324 opacity: 0.9;
323 } 325 }
@@ -333,8 +335,6 @@
333} 335}
334 336
335.has-clear { 337.has-clear {
336 position: relative;
337
338 input { 338 input {
339 @include padding-right(1.5rem !important); 339 @include padding-right(1.5rem !important);
340 } 340 }
@@ -344,10 +344,10 @@
344 display: flex; 344 display: flex;
345 justify-content: center; 345 justify-content: center;
346 align-items: center; 346 align-items: center;
347 position: absolute;
348 right: .5rem;
349 height: 95%; 347 height: 95%;
350 font-size: 14px; 348 font-size: 14px;
349 position: absolute;
350 right: .5rem;
351 351
352 &:hover { 352 &:hover {
353 color: rgba(0, 0, 0, 0.7); 353 color: rgba(0, 0, 0, 0.7);