UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

21 lines (17 loc) 262 B
.footer { height: @footer-height; background-color: @footer-background; border-top: @footer-border; &.sticky, &.fixed { left: 0; bottom: 0; width: 100%; } &.sticky { position: absolute; } &.fixed { position: fixed; } }