CenturyLinkCloud / Cyclops

The UX/UI Pattern Guide for the CenturyLink Platform
http://assets.ctl.io/cyclops
MIT License
20 stars 16 forks source link

Convert Layout Shell to Flexbox #133

Open jsmecham opened 7 years ago

jsmecham commented 7 years ago

Changes the shell (i.e. <main-nav>, <account-switcher>, <pane>, ...) layout to use Flexbox. This started out as an attempt to use Flexbox without requiring any markup changes, but unfortunately, it is not backwards compatible as a new wrapper element is required for correct responsive/mobile support.

Changes

Notes

pascualin commented 6 years ago

@jsmecham is this still relevant?