WIP: Add more real estate filters - frontend #74

Closed
bilal.catic wants to merge 10 commits from add-more-real-estate-filters into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit cb175595db - Show all commits

View File

@@ -144,6 +144,6 @@ h3 {
margin-left: -5px; margin-left: -5px;
} }
p > label { .checkbox-label {
color: black; color: black;
} }

View File

@@ -1,21 +1,21 @@
<br> <br>
<p> <p>
<label> <label class="checkbox-label">
<input type="checkbox" class="filled-in" /> <input type="checkbox" class="filled-in" />
<span>Balkon</span> <span>Balkon</span>
</label> </label>
</p> </p>
<p> <p>
<label> <label class="checkbox-label">
<input type="checkbox" class="filled-in" /> <input type="checkbox" class="filled-in" />
<span>Novogradnja</span> <span>Novogradnja</span>
</label> </label>
</p> </p>
<p> <p>
<label> <label class="checkbox-label">
<input type="checkbox" class="filled-in" /> <input type="checkbox" class="filled-in" />
<span>Lift</span> <span>Lift</span>
</label> </label>
@@ -23,7 +23,7 @@
<br> <br>
<p class="distinguished"> <p class="distinguished">
<label> <label class="checkbox-label">
<input type="checkbox" class="filled-in" /> <input type="checkbox" class="filled-in" />
<span>Uključi oglase koji nemaju potpune informacije</span> <span>Uključi oglase koji nemaju potpune informacije</span>
</label> </label>