Sha256: 23c9b82600affbd143ff33465441d32de21cbacc5fec4f669a021c759b2e1444
Contents?: true
Size: 839 Bytes
Versions: 16
Compression:
Stored size: 839 Bytes
Contents
// This logo was designed by Jared Hardy <jared@jaredhardy.com> // This work is licensed under the Creative Commons Attribution 3.0 United States License. // To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/us/ // or send a letter to: // Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. @mixin unobtrusive-logo($size: 1em) { @warn "DEPRECATED: unobtrusive-logo will be removed in a future release." font-family: Monaco, Courier, "Lucida Sans Unicode", monospace; font-size: $size; color: #888; .selector { vertical-align: middle; font-size: 1.3em; } .brace { vertical-align: middle; font: bold 1.7em Georgia, "Times New Roman", serif; color: #ccc; margin: 0 -0.2em; } .rule { vertical-align: middle; margin: 0 -0.2em; } }
Version data entries
16 entries across 16 versions & 1 rubygems