Sha256: 0f37757922843afe5e7f0f5647a331e1591d8011bc2b1dbd6e2393a7b9c89dd7
Contents?: true
Size: 553 Bytes
Versions: 9
Compression:
Stored size: 553 Bytes
Contents
<style type="text/css"> <% blueprints.each do |blueprint| %> <% next unless blueprint.areas %> <% blueprint.areas.each do |area| %> .map-info-<%= blueprint.id %>-<%= area.area_id %> { border-color: <%= area.color %> !important; } .map-info-<%= blueprint.id %>-<%= area.area_id %> .leaflet-popup-tip { border-color: <%= area.color %> !important; } .map-info-<%= blueprint.id %>-<%= area.area_id %> .button { background-color: <%= area.color %>; color: #fff; } <% end %> <% end %> </style>
Version data entries
9 entries across 9 versions & 1 rubygems