apply kivi design
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
<body>
|
||||
<%if (title) { %>
|
||||
<nav style="background-color: #26a69a; margin: auto;">
|
||||
<nav style="background-color: #02adba; margin: auto;">
|
||||
<div class="row center-align">
|
||||
<h6 style="padding-top: 20px;"><%= title %></h6>
|
||||
<h6 style="font-weight: bold; padding-top: 20px;"><%= title %></h6>
|
||||
</div>
|
||||
</nav>
|
||||
<% } %>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<% for(const stepData of queryReviewData) { %>
|
||||
<li class="collection-item" >
|
||||
<div id="<%= stepData.id %>" ><%= stepData.title || '-' %>
|
||||
<a href="<%= stepData.url %>" class="secondary-content">
|
||||
<a href="<%= stepData.url %>" class="kivi-color secondary-content">
|
||||
<i class="material-icons">edit</i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<% for(const realEstateType of realEstateTypes) { %>
|
||||
<li class="collection-item">
|
||||
<div id="<%= realEstateType.id %>" onclick="saveAndSubmit(this.id)"><%= realEstateType.title %>
|
||||
<a href="#" class="secondary-content">
|
||||
<a href="#" class="kivi-color secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<% for(const realEstate of realEstates) { %>
|
||||
<li class="collection-item">
|
||||
<div><%= realEstate.title %>
|
||||
<a href="<%= realEstate.url %>" class="secondary-content">
|
||||
<a href="<%= realEstate.url %>" class="kivi-color secondary-content">
|
||||
<i class="material-icons">send</i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<br><br>
|
||||
<div class="center">
|
||||
<div class="preloader-wrapper big active center">
|
||||
<div class="spinner-layer spinner-green-only">
|
||||
<div class="kivi-spinner-color spinner-layer spinner-green-only">
|
||||
<div class="circle-clipper left">
|
||||
<div class="circle"></div>
|
||||
</div><div class="gap-patch">
|
||||
|
||||
Reference in New Issue
Block a user