dhravani / static /privacy.css
coild's picture
Upload 23 files
133080e verified
.privacy-page {
background-color: #f8f9fa;
font-family: 'Google Sans', sans-serif;
color: #3c4043;
padding: 1rem 0;
}
.content-wrapper {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
}
.privacy-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
backdrop-filter: blur(8px);
margin: 2rem 0;
padding: 2rem;
}
.title-section {
text-align: center;
margin-bottom: 2rem;
padding: 1rem 0;
}
.title-section h1 {
color: #1a73e8;
font-weight: 700;
font-size: 2rem;
margin-bottom: 0.5rem;
}
.last-updated {
color: #5f6368;
font-size: 0.9rem;
}
.content-section {
background: #fff;
border-radius: 8px;
padding: 1.5rem;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
section {
margin-bottom: 2rem;
}
h2 {
color: #202124;
font-size: 1.25rem;
font-weight: 500;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #e8f0fe;
}
h3 {
color: #3c4043;
font-size: 1.1rem;
font-weight: 500;
margin: 1.25rem 0 0.75rem;
}
p, li {
color: #3c4043;
line-height: 1.6;
margin-bottom: 0.75rem;
font-size: 0.95rem;
}
.project-info {
background: #f8f9fa;
padding: 1.25rem;
border-radius: 8px;
margin: 1rem 0;
border: 1px solid #e8eaed;
}
.project-info p {
margin-bottom: 0.5rem;
}
.sub-section {
padding-left: 0.75rem;
}
ul, ol {
padding-left: 1.25rem;
margin-bottom: 1.25rem;
}
.consent-section {
background: #f8f9fa;
padding: 1.25rem;
border-radius: 8px;
margin-top: 2rem;
border: 1px solid #e8eaed;
}
/* Footer styles (imported from login.css) */
.footer-row {
margin-top: auto;
background: #f6f6f6;
padding: 1rem 0;
}
/* ... Rest of the footer styles from login.css ... */
@media (max-width: 768px) {
.privacy-page {
padding: 0;
}
.content-wrapper {
padding: 0.75rem;
}
.privacy-card {
margin: 1rem 0;
padding: 1.5rem;
}
.title-section {
margin-bottom: 1.5rem;
padding: 0.75rem 0;
}
.title-section h1 {
font-size: 1.5rem;
}
.content-section {
padding: 1rem;
border-radius: 0;
box-shadow: none;
}
section {
margin-bottom: 1.5rem;
}
h2 {
font-size: 1.2rem;
}
h3 {
font-size: 1rem;
}
p, li {
font-size: 0.9rem;
}
.project-info,
.consent-section {
padding: 1rem;
margin: 0.75rem 0;
}
.content-section {
padding: 0 0.5rem;
}
}