2016-08-15 11:18:05 -07:00
|
|
|
|
.appfooter {
|
|
|
|
|
background: #1c1c1c;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
transition: transform 180ms linear;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-15 19:40:29 -07:00
|
|
|
|
.appfooter.headroom--unpinned {
|
2016-08-15 11:18:05 -07:00
|
|
|
|
transform: translateY(100%);
|
|
|
|
|
}
|