alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
mobile styles
author
damedotblog
date
1 year ago
(Feb 28, 2025, 10:58 PM -0500)
commit
9d437625
9d437625bd08ae50a5524dc8dafa1a48cc69286c
parent
8fc108a0
8fc108a09a3c0716b15db15af7d7e11eddb4bcf5
+40
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Admin
AdminPanel.css
+40
-1
src/components/Admin/AdminPanel.css
Reviewed
···
22
22
.admin-header h1 {
23
23
margin: 0;
24
24
color: var(--button-bg);
25
25
-
font-size: 2.1em;
25
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
616
+
617
617
+
.admin-container form {
618
618
+
border: 0px;
619
619
+
padding: 0px;
620
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
654
+
655
655
+
.floating-actions {
656
656
+
align-items: center;
657
657
+
display: flex;
658
658
+
gap: 15px;
659
659
+
justify-content: space-between;
660
660
+
flex-direction: column;
661
661
+
}
662
662
+
663
663
+
.admin-container form {
664
664
+
border: 0px;
665
665
+
padding: 0px;
666
666
+
align-content: center;
667
667
+
display: block;
668
668
+
}
669
669
+
670
670
+
.form-group textarea {
671
671
+
min-height: 100px;
672
672
+
resize: vertical;
673
673
+
font-family: articulat-cf;
674
674
+
width: unset;
675
675
+
}
676
676
+
677
677
+
.admin-container {
678
678
+
grid-gap: 20px;
679
679
+
display: grid;
680
680
+
gap: 20px;
681
681
+
grid-template-columns: 300px 1fr;
682
682
+
height: 100%;
683
683
+
}
684
684
+
685
685
+
.resource-editor {
686
686
+
height: 100%;
687
687
+
}
649
688
650
689
.form-row {
651
690
grid-template-columns: 1fr;