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;
}
p > label {
.checkbox-label {
color: black;
}

View File

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