new look / search list / restaurant view

This commit is contained in:
2020-07-24 20:27:05 +02:00
parent 2ab445670e
commit ad2a945965
14 changed files with 208 additions and 44 deletions

View File

@@ -4,23 +4,27 @@
}
.card-restaurant {
border: solid 1px rgb(224, 224, 224);
border-radius: 25px;
margin: 20px 0px 20px 0px;
color: $secondary-color;
min-width: 70vw;
max-width: 70vw;
min-height: 200px;
display: flex;
cursor: pointer;
transition: all 0.25s;
&:hover {
color: $main-color;
background-color: #fcfcfc;
border-color: rgba(241, 177, 38, 0.87);
}
}
.card-img {
width: 180px;
min-width: 180px;
height: 180px;
margin: 10px;
border-radius: 100px;
background-image: url("../public/cat.jpg");
border-radius: 18px;
//border-radius: 100px;
background-size: cover;
}
@@ -51,7 +55,7 @@
}
.card-pictograms {
margin-bottom: 4px;
margin-bottom: 0px;
}
.results-count {