_utilities.scss 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 // Additional Text Helper Class .smaller { font-size: 0.7rem; } // Helper class for the overflow property .o-hidden { overflow: hidden !important; } // Helper classes for z-index .z-0 { z-index: 0; } .z-1 { z-index: 1; }