reduce direct dom access

This commit is contained in:
Luke Pulverenti 2016-08-20 17:58:28 -04:00
parent f53cb1ca8a
commit b7eaf270a1
13 changed files with 165 additions and 37 deletions

View file

@ -1,5 +1,6 @@
.appfooter {
background: #1c1c1c;
/*background: #222326;*/
position: fixed;
left: 0;
right: 0;
@ -8,6 +9,6 @@
transition: transform 180ms linear;
}
.appfooter.headroom--unpinned {
transform: translateY(100%);
}
.appfooter.headroom--unpinned {
transform: translateY(100%);
}