Sha256: d68ea240a452313afd9ddb6037a60f994a60f9a36e279d1c08e261ae73599a1b
Contents?: true
Size: 667 Bytes
Versions: 15
Compression:
Stored size: 667 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
15 entries across 15 versions & 1 rubygems