CSS Utilities

Position

These are single responsibility classes designed to help reduce duplication in our SCSS.

Position Absolute

.u-posAbsolute

Position Relative

.u-posRelative

Position Static

.u-posStatic

Position Fixed

.u-posFixed

Position Absolute Center

Pins to all corners by default. But when a width and/or height are provided, the element will be centered in its nearest relatively-positioned ancestor.

.u-posAbsoluteCenter
Menu