init project
This commit is contained in:
+75
@@ -0,0 +1,75 @@
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:
|
||||
'Segoe UI',
|
||||
Roboto,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.docs-root {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.admin-banner {
|
||||
background-color: #15654f;
|
||||
color: white;
|
||||
padding: 0.75rem 1.25rem;
|
||||
text-align: right;
|
||||
font-weight: 600;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.admin-banner span {
|
||||
color: #f2f2f2;
|
||||
font-weight: 500;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.docs-loading,
|
||||
.docs-error {
|
||||
padding: 2rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.docs-error {
|
||||
color: #b00020;
|
||||
}
|
||||
|
||||
.admin-docs-shell {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.docs-toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
align-items: center;
|
||||
padding: 0.5rem 1rem;
|
||||
background: #e8f0ec;
|
||||
border-bottom: 1px solid #c5d5ce;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.docs-toolbar input {
|
||||
min-width: 220px;
|
||||
padding: 0.35rem 0.5rem;
|
||||
}
|
||||
|
||||
.docs-toolbar a {
|
||||
color: #15654f;
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user