|
9 | 9 | $fa-font-path: "~font-awesome/fonts";
|
10 | 10 | @import "~font-awesome/scss/font-awesome";
|
11 | 11 |
|
| 12 | +body, |
| 13 | +#main |
| 14 | +{ |
| 15 | + font-size: 14px ; |
| 16 | +} |
| 17 | + |
| 18 | +.btn, |
| 19 | +.form-control, |
| 20 | +.dropdown-menu, |
| 21 | +.pgn__modal, |
| 22 | +.pgn__form-control-floating-label-content, |
| 23 | +.pgn__form-label { |
| 24 | + font-size: 14px !important; |
| 25 | +} |
| 26 | + |
12 | 27 | #post,
|
13 | 28 | #comment,
|
14 | 29 | #reply,
|
@@ -41,13 +56,6 @@ $fa-font-path: "~font-awesome/fonts";
|
41 | 56 | outline: $light-400 solid 2px;
|
42 | 57 | }
|
43 | 58 |
|
44 |
| -.font-size-16 { |
45 |
| - font-size: 16px !important; |
46 |
| -} |
47 |
| - |
48 |
| -.font-size-14 { |
49 |
| - font-size: 14px !important; |
50 |
| -} |
51 | 59 |
|
52 | 60 | .font-size-12 {
|
53 | 61 | font-size: 12px !important;
|
@@ -233,11 +241,11 @@ header {
|
233 | 241 | }
|
234 | 242 |
|
235 | 243 | .sidebar-tablet-width {
|
236 |
| - max-width: 20rem !important; |
| 244 | + max-width: 21rem !important; |
237 | 245 | }
|
238 | 246 |
|
239 | 247 | .sidebar-XL-width {
|
240 |
| - min-width: 35rem !important; |
| 248 | + min-width: 29rem !important; |
241 | 249 | }
|
242 | 250 |
|
243 | 251 | .filter-menu:focus-visible {
|
@@ -390,6 +398,7 @@ header {
|
390 | 398 |
|
391 | 399 | .badge {
|
392 | 400 | padding: 1px 5px !important;
|
| 401 | + font-size: 12px !important; |
393 | 402 | }
|
394 | 403 |
|
395 | 404 | .pgn__checkpoint {
|
@@ -581,3 +590,78 @@ th, td {
|
581 | 590 | padding: 0.4rem;
|
582 | 591 | white-space: nowrap;
|
583 | 592 | }
|
| 593 | + |
| 594 | +@media only screen and (max-width: 367px) { |
| 595 | + |
| 596 | + .discussion-comments h5, |
| 597 | + .btn, |
| 598 | + .alert-message-content, |
| 599 | + .pgn__form-control-floating-label-content, |
| 600 | + .form-control, |
| 601 | + .pgn__modal .pgn__form-label, |
| 602 | + .dropdown-menu, |
| 603 | + .tox-tbtn { |
| 604 | + font-size: 10px !important; |
| 605 | + } |
| 606 | + |
| 607 | + .badge, |
| 608 | + .hover-card button { |
| 609 | + font-size: 8px !important; |
| 610 | + } |
| 611 | + |
| 612 | + .header-action-bar button { |
| 613 | + height: 42px; |
| 614 | + text-wrap: nowrap; |
| 615 | + ; |
| 616 | + } |
| 617 | + |
| 618 | + .nav-item a { |
| 619 | + padding-left: 14px !important; |
| 620 | + padding-right: 14px !important; |
| 621 | + } |
| 622 | +} |
| 623 | + |
| 624 | +@media only screen and (min-width: 367px) and (max-width: 768px) { |
| 625 | + |
| 626 | + .discussion-comments h5, |
| 627 | + .btn, |
| 628 | + .alert-message-content, |
| 629 | + .pgn__form-control-floating-label-content, |
| 630 | + .form-control, |
| 631 | + .pgn__form-label, |
| 632 | + .pgn__modal, |
| 633 | + .dropdown-menu, |
| 634 | + .tox-tbtn { |
| 635 | + font-size: 12px !important; |
| 636 | + } |
| 637 | + |
| 638 | + .badge, |
| 639 | + .hover-card.btn-tertiary { |
| 640 | + font-size: 10px !important; |
| 641 | + } |
| 642 | + |
| 643 | +} |
| 644 | + |
| 645 | +@media only screen and (min-device-width: 769px) { |
| 646 | + |
| 647 | + body, |
| 648 | + #main { |
| 649 | + font-size: 14px; |
| 650 | + } |
| 651 | +} |
| 652 | + |
| 653 | +@media only screen and (max-device-width: 768px) { |
| 654 | + |
| 655 | + body, |
| 656 | + #main { |
| 657 | + font-size: 12px; |
| 658 | + } |
| 659 | +} |
| 660 | + |
| 661 | +@media only screen and (max-device-width: 366px) { |
| 662 | + |
| 663 | + body, |
| 664 | + #main { |
| 665 | + font-size: 10px; |
| 666 | + } |
| 667 | +} |
0 commit comments