vedia/views/style.erb
2025-04-06 17:05:07 -06:00

9 lines
127 B
Text

.error {
color: red;
}
<% settings.values.each do |v| %>
.value-<%= v[:id] %> {
background: <%= v[:color] %>;
}
<% end %>