change logo and real estate type selection color

This commit is contained in:
Bilal Catic
2019-10-15 21:42:27 +02:00
parent 0a32e0998b
commit c949dfac21
5 changed files with 92 additions and 9 deletions

View File

@@ -4,8 +4,9 @@
<% for(const realEstateType of realEstateTypes) { %>
<a href="#" class="waves-effect collection-item"
id="<%= realEstateType.id %>"
onclick="saveAndSubmit(this.id)"
style="color: #02adba"
id="<%= realEstateType.id %>"
onclick="saveAndSubmit(this.id)"
>
<%= realEstateType.title %>
</a>