Progress on filters
This commit is contained in:
1
web/dist/index.html
vendored
1
web/dist/index.html
vendored
@@ -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
13
web/dist/main.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user