Sha256: a3021d4be230277d8ec7a1df981d9b7707bdb6209e37259bdf813cc5e9da20b3
Contents?: true
Size: 666 Bytes
Versions: 4
Compression:
Stored size: 666 Bytes
Contents
// // Utility classes // -------------------------------------------------- // Floats // ------------------------- // Floated .clearfix { @include clearfix(); } .centered { display: block; float: none; margin-left: auto; margin-right: auto; } .lefted { float: left !important; } .righted { float: right !important; } // Toggling content // ------------------------- .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .hidden { display: none !important; visibility: hidden !important; } .text-hide {} // For Affix plugin // ------------------------- .affix { position: fixed; }
Version data entries
4 entries across 4 versions & 1 rubygems