add waves effect to the real estate type selection items

This commit is contained in:
Bilal Catic
2019-10-15 18:56:52 +02:00
parent acdeca94df
commit 205892112d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<li class="collection-item" >
<div id="<%= stepData.id %>" ><%= stepData.title || '-' %>
<a href="<%= stepData.url %>" class="kivi-color secondary-content">
<i class="material-icons">edit</i>
<i class="waves-effect material-icons">edit</i>
</a>
</div>
</li>

View File

@@ -3,7 +3,7 @@
<div class="collection">
<% for(const realEstateType of realEstateTypes) { %>
<a href="#" class="collection-item"
<a href="#" class="waves-effect collection-item"
id="<%= realEstateType.id %>"
onclick="saveAndSubmit(this.id)"
>