add more filters to different tab on filters page; update css

This commit is contained in:
Bilal Catic
2019-11-18 06:42:22 +01:00
parent fd8592c581
commit 002a8e8572
4 changed files with 251 additions and 190 deletions

View File

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