-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1267 from ayush-848/master
enhanced the terms and conditions page
- Loading branch information
Showing
2 changed files
with
165 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,130 @@ | ||
.privacy-page { | ||
font-family: 'Poppins', sans-serif; | ||
background-color: #f5f7fa; | ||
min-height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.privacy-policy-container { | ||
max-width: 1200px; | ||
margin: 2rem auto; | ||
padding: 3rem; | ||
background-color: #ffffff; | ||
border-radius: 12px; | ||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); | ||
flex-grow: 1; | ||
} | ||
|
||
.privacy-policy-container h1,h2,h3 { | ||
font-family: 'ABeeZee',sans-serif; | ||
} | ||
.privacy-policy-container p,li{ | ||
font-family: 'Poppins',sans-serif; | ||
} | ||
|
||
.breadcrumb { | ||
display: flex; | ||
align-items: center; | ||
padding: 1rem 0; | ||
font-size: 1rem; | ||
color: #333; | ||
font-size: 22px; | ||
} | ||
.terms-container .contents p{ | ||
display: flex; | ||
align-items: center; | ||
padding: 1rem 0; | ||
font-size: 24px; | ||
color: #333; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.breadcrumb-item { | ||
color: #007bff; | ||
text-decoration: none; | ||
margin-right: 0.5rem; | ||
} | ||
|
||
.breadcrumb-separator { | ||
margin-right: 0.5rem; | ||
color: #555; | ||
} | ||
|
||
.breadcrumb-item.active { | ||
color: #6c757d; | ||
cursor: default; | ||
} | ||
|
||
.privacy-policy-container h1 { | ||
font-size: 40px; | ||
text-align: center; | ||
margin-bottom: 2rem; | ||
color: #12229d; | ||
} | ||
|
||
.privacy-policy-container h2 { | ||
color: #0d6fd7; | ||
font-size: 30px; | ||
margin-top: 3rem; | ||
margin-bottom: 1.5rem; | ||
} | ||
|
||
.privacy-policy-container h3 { | ||
color: #0d6fd7; | ||
font-size: 28px; | ||
margin-top: 2rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.privacy-policy-container p { | ||
font-size: 18px; | ||
margin-bottom: 1.5rem; | ||
color: #333; | ||
line-height: 1.8; | ||
text-align: justify; | ||
} | ||
.terms-container .contents ul{ | ||
margin-top: 30px !important; | ||
} | ||
.terms-container .contents li{ | ||
line-height-step: 2; | ||
} | ||
#dark p, #dark h1, #dark li{ | ||
color: white ; | ||
} | ||
#dark .terms-container h2{ | ||
color: #60a4ee !important; | ||
} | ||
#dark .terms-container h1{ | ||
color: #4491e4 !important; | ||
} | ||
.terms-container #cookies{ | ||
margin-top: 50px; | ||
} | ||
.terms-container #cookies p{ | ||
margin-top: 20px; | ||
} | ||
.breadcrumb-item { | ||
color: #007bff; | ||
text-decoration: none; | ||
margin-right: 0.5rem; | ||
} | ||
.terms-container p{ | ||
margin-top: 40px !important; | ||
} | ||
.terms-container h1{ | ||
color: #0d6fd7 !important; | ||
} | ||
.terms-container p, .terms-container ul, .terms-container li{ | ||
animation: animator1 forwards 0.6s; | ||
} | ||
@keyframes animator1 { | ||
from{ | ||
opacity: 0; | ||
}to{ | ||
opacity: 1; | ||
} | ||
} | ||
.terms-container h2{ | ||
margin-top: 20px !important; | ||
font-size: 36px !important; | ||
} | ||
.terms-container #licenses p{ | ||
margin-top: 40px; | ||
} | ||
.breadcrumb-item:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.breadcrumb-separator { | ||
margin-right: 0.5rem; | ||
color: #555; | ||
} | ||
|
||
.breadcrumb-item.active { | ||
color: #6c757d; | ||
cursor: default; | ||
} | ||
|
||
body { | ||
font-family: Arial, sans-serif; | ||
} | ||
|
||
.terms-container { | ||
max-width: 1000px; | ||
margin: 0 auto; | ||
padding: 2rem; | ||
border-radius: 8px; | ||
font-family: Arial, sans-serif; | ||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | ||
transition: all 0.6s; | ||
text-align: start; | ||
} | ||
|
||
|
||
.terms-container h1 { | ||
font-family: "ABeeZee"; | ||
font-size: 70px; | ||
display: flex; | ||
justify-content: center; | ||
margin-bottom: 1rem; | ||
color: #333; | ||
} | ||
|
||
.terms-container h2 { | ||
color: #34495e; | ||
font-size: 30px; | ||
} | ||
|
||
.terms-container p { | ||
font-size: 22px; | ||
margin-bottom: 1rem; | ||
font-family: "ABeeZee"; | ||
color: #666; | ||
line-height: 1.6; | ||
} | ||
|
||
.terms-container ul { | ||
list-style: disc inside; | ||
margin-left: 20px; | ||
} | ||
|
||
.terms-container ul li { | ||
margin-bottom: 1rem; | ||
cursor: pointer; | ||
font-size: 22px; | ||
} | ||
|
||
} | ||
|
||
.privacy-policy-container ul { | ||
list-style: disc outside; | ||
margin-left: 2rem; | ||
margin-bottom: 1.5rem; | ||
} | ||
|
||
.privacy-policy-container ul li { | ||
font-size: 18px; | ||
margin-bottom: 1rem; | ||
line-height: 1.8; | ||
color: #333; | ||
} | ||
|
||
.highlights { | ||
background-color: #f0f4f8; | ||
padding: 2rem; | ||
border-radius: 8px; | ||
margin: 3rem 0; | ||
border-left: 5px solid #0d6fd7; | ||
} | ||
|
||
.highlights h3 { | ||
color: #0d6fd7; | ||
margin-top: 0; | ||
} | ||
|
||
#dark .privacy-page { | ||
background-color: #000; | ||
} | ||
|
||
#dark .privacy-policy-container { | ||
background-color: #000; | ||
} | ||
|
||
#dark .privacy-policy-container p, | ||
#dark .privacy-policy-container li { | ||
color: #fff; | ||
} | ||
|
||
#dark .privacy-policy-container h2,h3 { | ||
color: #60a4ee; | ||
} | ||
|
||
#dark .privacy-policy-container h1 { | ||
color: #12229d; | ||
} | ||
|
||
#dark .highlights { | ||
background-color: #000; | ||
border-left-color: #4491e4; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters