Apply banner style to the new banners

Banner sections can be saved (one banner can appear in several sections)
If the hex color is changed in the textfield, the color of the color picker changes.
This commit is contained in:
iagirre
2018-01-15 11:25:14 +01:00
committed by Angel Perez
parent 6d6da8affc
commit 3690cae458
12 changed files with 56 additions and 30 deletions

View File

@@ -37,7 +37,7 @@
</tr>
<tr>
<td colspan="3">
<div class="<%= banner.style %>" style="background-color:<%= banner.background_color %>">
<div class="<%= banner.style %> banner" style="background-color:<%= banner.background_color %>">
<div class="<%= banner.image %>">
<%= link_to banner.target_url do %>
<h2 style="color:<%= banner.font_color %>"><%= banner.title %></h2>