Sha256: 643c0e643f46f88cbda5deed748ff7d9522434ea079692f428baed4fdb7295a5
Contents?: true
Size: 513 Bytes
Versions: 9
Compression:
Stored size: 513 Bytes
Contents
[class^="icon-"], [class*=" icon-"] { font-family: "<%= @name %>"; font-style: normal; font-weight: normal; } .btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] { /* keeps button heights with and without icons the same */ line-height: 1.4em; } .icon-large { font-size: 1.3333em; } <% @classes.each_with_index do |name, index| %> .icon-<%= name %> { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x<%= (61696+index).to_s(16) %>; ');} <% end %>
Version data entries
9 entries across 9 versions & 2 rubygems