add option to include a privacy policy and legal notice page
This commit is contained in:
parent
7cceca5a72
commit
e000c1e461
6 changed files with 42 additions and 6 deletions
|
@ -188,7 +188,6 @@ img {
|
|||
&__header,
|
||||
&__footer {
|
||||
margin-bottom: $padding-16 * 1.2;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.icon {
|
||||
color: $gray-600;
|
||||
|
@ -260,6 +259,11 @@ img {
|
|||
background: $second-color;
|
||||
color: $white;
|
||||
|
||||
&__item {
|
||||
margin-right: 1em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
&__link {
|
||||
color: $color-link-footer;
|
||||
|
||||
|
@ -457,6 +461,10 @@ img {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.gdoc-footer__item {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu-control:checked ~ main {
|
||||
.gdoc-nav nav,
|
||||
.gdoc-page {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue