UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

13 lines (12 loc) 254 B
// // Skip to content // -------------------------------------------------- .skiplink-pf { position: absolute; top: @skiplink-pf-top; left: -300%; /* moves off screen */ z-index: @zindex-modal; } .skiplink-pf:focus { left: @skiplink-pf-left; }