Small fixes

This commit is contained in:
Edin Dazdarevic
2017-04-17 15:17:45 +02:00
parent a9664dbcc0
commit c556f52b1c
7 changed files with 788 additions and 16 deletions

14
web/dist/main.css vendored
View File

@@ -386,6 +386,8 @@ html {
.address {
overflow: hidden;
font-size: 12px;
height: 50px;
margin-bottom: 20px;
}
.street {
@@ -467,6 +469,14 @@ html {
}
@media (max-width : 768px) {
.address {
margin-bottom: 0;
}
.hours-ago {
display: none;
}
.filter-bottom {
position: fixed;
bottom: 0;
@@ -480,6 +490,10 @@ html {
align-items: baseline;
}
.filter-bottom .confirm {
background-color: #b6d53b;
}
.listings-count {
display: none;
}