Files
2015-11-17 16:29:17 -06:00

19 lines
386 B
SCSS

#subtle-footer {
background-color: #fff;
border-image-source: url(footer-wireframe.png);
border-image-repeat: repeat;
border-image-width: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0;
position: absolute;
bottom:0;
}
#demo-fab-bottom {
padding-top: 3px;
z-index: 100;
}
#subtle-footer .toolbar-background {
background-color: #fff;
border-bottom: 0;
}