blob: 565c35612595500c6932a7d4c02a92849a982f87 [file] [log] [blame]
Matteo Scandolo144c1882016-03-25 17:20:27 -07001/************************* FOOTER *************************/
2
3.footer{
Matteo Scandolo286fa8d2016-03-30 07:58:30 -07004 z-index: 99;
Matteo Scandolo144c1882016-03-25 17:20:27 -07005 position: fixed;
6}
7
8/* FIXME */
9@media(max-width:768px) {
10 .footer{
11 display: none;
12 }
13
14 #page-content-wrapper{
15 padding-bottom: 60px;
16 }
17}
18
19.footer .content .statusMsg {
20 float: right;
21 padding: 15px 20px 0 0;
22 display: block;
23}
24/************************* END FOOTER *************************/