This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

mobile styles

+40 -1
+40 -1
src/components/Admin/AdminPanel.css
··· 22 22 .admin-header h1 { 23 23 margin: 0; 24 24 color: var(--button-bg); 25 - font-size: 2.1em; 25 + font-size: 1.9em; 26 26 font-weight: 800; 27 27 } 28 28 ··· 613 613 margin-top: 10px; 614 614 font-weight: 700; 615 615 } 616 + 617 + .admin-container form { 618 + border: 0px; 619 + padding: 0px; 620 + } 616 621 617 622 .login-button:hover { 618 623 background-color: #004F84; ··· 646 651 .admin-container { 647 652 grid-template-columns: 1fr; 648 653 } 654 + 655 + .floating-actions { 656 + align-items: center; 657 + display: flex; 658 + gap: 15px; 659 + justify-content: space-between; 660 + flex-direction: column; 661 + } 662 + 663 + .admin-container form { 664 + border: 0px; 665 + padding: 0px; 666 + align-content: center; 667 + display: block; 668 + } 669 + 670 + .form-group textarea { 671 + min-height: 100px; 672 + resize: vertical; 673 + font-family: articulat-cf; 674 + width: unset; 675 + } 676 + 677 + .admin-container { 678 + grid-gap: 20px; 679 + display: grid; 680 + gap: 20px; 681 + grid-template-columns: 300px 1fr; 682 + height: 100%; 683 + } 684 + 685 + .resource-editor { 686 + height: 100%; 687 + } 649 688 650 689 .form-row { 651 690 grid-template-columns: 1fr;