Add privacy policy
This commit is contained in:
parent
ad78574959
commit
cffb0dbd6b
8 changed files with 154 additions and 4 deletions
|
@ -15,5 +15,4 @@ body {
|
|||
@apply bg-gray-900;
|
||||
@apply text-gray-300;
|
||||
@apply text-base;
|
||||
@apply p-4;
|
||||
}
|
||||
|
|
51
dashboard/src/style/privacy-policy.pcss
Normal file
51
dashboard/src/style/privacy-policy.pcss
Normal file
|
@ -0,0 +1,51 @@
|
|||
.privacy-policy {
|
||||
padding: 16px;
|
||||
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
||||
background-color: #7289da;
|
||||
background-image: linear-gradient(225deg, #7289da 0%, #5d70b4 100%);
|
||||
color: #fff;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
|
||||
& a {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
& .wrapper {
|
||||
flex: 0 0 auto;
|
||||
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
& h1 {
|
||||
font-size: 60px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
& h2 {
|
||||
font-size: 30px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
& p {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
& ul {
|
||||
list-style: disc;
|
||||
margin-left: 24px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
& ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -77,7 +77,6 @@
|
|||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
margin-top: 8px;
|
||||
margin-left: -12px;
|
||||
|
||||
& .btn {
|
||||
margin: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue