added new pages
This commit is contained in:
113
src/App.css
113
src/App.css
@@ -2982,3 +2982,116 @@
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* ============================
|
||||
STATIC PAGES (Privacy, About)
|
||||
============================ */
|
||||
.static-page {
|
||||
min-height: 100dvh;
|
||||
background: linear-gradient(160deg, #eef6ee 0%, #dcfce7 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.static-page__header {
|
||||
padding: 1.25rem 2rem;
|
||||
border-bottom: 1px solid rgba(34, 197, 94, 0.2);
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
backdrop-filter: blur(8px);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.static-page__logo {
|
||||
font-family: "Sniglet", system-ui;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 700;
|
||||
color: #16a34a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.static-page__content {
|
||||
flex: 1;
|
||||
max-width: 680px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 3rem 1.5rem 4rem;
|
||||
color: #1a2e1a;
|
||||
}
|
||||
|
||||
.static-page__content h1 {
|
||||
font-family: "Sniglet", system-ui;
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
color: #16a34a;
|
||||
margin: 0 0 0.5rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.static-page__content h2 {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
color: #15803d;
|
||||
margin: 2rem 0 0.75rem;
|
||||
}
|
||||
|
||||
.static-page__content p {
|
||||
line-height: 1.7;
|
||||
margin: 0 0 1rem;
|
||||
color: #374151;
|
||||
}
|
||||
|
||||
.static-page__content ul {
|
||||
padding-left: 1.25rem;
|
||||
margin: 0 0 1rem;
|
||||
color: #374151;
|
||||
}
|
||||
|
||||
.static-page__content li {
|
||||
line-height: 1.7;
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
|
||||
.static-page__content a {
|
||||
color: #16a34a;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
|
||||
.static-page__updated {
|
||||
font-size: 0.875rem;
|
||||
color: #6b7280;
|
||||
margin-bottom: 1.75rem !important;
|
||||
}
|
||||
|
||||
.static-page__tagline {
|
||||
font-size: 1.0625rem;
|
||||
color: #22c55e;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1.75rem !important;
|
||||
}
|
||||
|
||||
.static-page__footer {
|
||||
padding: 1.5rem 2rem;
|
||||
border-top: 1px solid rgba(34, 197, 94, 0.2);
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.static-page__footer a {
|
||||
color: #16a34a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.static-page__footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.static-page__footer span {
|
||||
color: #9ca3af;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user