wip
This commit is contained in:
@@ -259,3 +259,38 @@
|
||||
overflow-y: auto;
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
|
||||
.section--gdpr {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: var(--color-white);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.section--gdpr.is-open {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.section--gdpr h2,h3{
|
||||
text-align: center;
|
||||
padding-inline: 1rem;
|
||||
}
|
||||
|
||||
.section--gdpr .list{
|
||||
margin-inline: auto;
|
||||
max-width: 50rem;
|
||||
}
|
||||
|
||||
.section--gdpr .list li {
|
||||
padding-inline: 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.section--gdpr .list.prologue li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user