Move footer to pages.js and add it to the contact page

This commit is contained in:
Caleb James DeLisle
2017-08-01 14:17:02 +02:00
parent 490e2b4d0a
commit 27aa1886b1
5 changed files with 88 additions and 170 deletions

View File

@@ -5,6 +5,15 @@
.infopages_main();
.infopages_topbar();
.cp-topbar {
background: transparent;
position: fixed;
a {
color: #fff;
}
}
@background_lighter: rgba(0,0,0,0.1);
@background_darker: rgba(0,0,0,0.4);
&#cp-main {
@@ -36,7 +45,7 @@
&:hover {
transform: scale(1.05);
}
}
}
}
.cp-title {
display: flex;