/* Utility Classes */ .full-size { height: 100%; width: 100%; } .full-width { width: 100%; } .full-height { height: 100%; } .full-flex-height { display: flex; flex: 1 1 auto; flex-direction: column; } /* Misc */ // Move into component-level contextual 'active' state later .letter-spacey { letter-spacing: 0.1em; } .active { color: #909090; } .check { margin-left: 7px; color: #F7861C; flex: 1 0 auto; display: flex; justify-content: flex-end; }