add waves effect to the real estate type selection items
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user