Progress on filters

This commit is contained in:
Edin Dazdarevic
2017-04-05 00:14:30 +02:00
parent 49e9e2fdfb
commit d2ee02b6df
14 changed files with 395 additions and 164 deletions

1
web/dist/index.html vendored
View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>KIVI - Najbolji način da pronađeš svoj dom</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

13
web/dist/main.css vendored
View File

@@ -581,7 +581,7 @@ html {
letter-spacing: .26px;
border-radius: 3px;
background: #fff;
color: #5ab8f8;
color: #51bc6a;
cursor: pointer;
}
@@ -783,3 +783,14 @@ html {
}
}
.fa-refresh-custom {
font-size: 1.5em;
cursor: pointer;
color: #b6d53b;
padding: 5px;
}
.hide {
display: none;
}