UI Mechanics / New Look (orange - gray)

This commit is contained in:
2020-08-01 17:11:43 +02:00
parent bf609fc5cd
commit e5a68f4b85
32 changed files with 766 additions and 118 deletions

View File

@@ -1,12 +1,10 @@
@import "./Design.scss";
.search-results {
}
.card-restaurant {
border: solid 1px rgb(224, 224, 224);
border-radius: 25px;
border-radius: 15px;
padding: 10px;
margin: 20px 0px 20px 0px;
background-color: #202020;
color: $secondary-color;
max-width: 70vw;
min-height: 200px;
@@ -14,8 +12,7 @@
cursor: pointer;
transition: all 0.25s;
&:hover {
background-color: #fcfcfc;
border-color: rgba(241, 177, 38, 0.87);
background-color: #2e2e2e;
}
}
@@ -23,33 +20,39 @@
min-width: 180px;
height: 180px;
margin: 10px;
border-radius: 18px;
border-radius: 10px;
//border-radius: 100px;
background-size: cover;
}
.card-info {
text-align: start;
padding-left: 10px;
padding-right: 10px;
flex-grow: 6;
display: flex;
flex-direction: column;
justify-content: space-between;
h1 {
color: $main-color;
color: $secondary-color;
font-size: 1.6rem;
font-weight: 300;
margin-bottom: 4px;
margin-top: 8px;
}
h3 {
color: $gray;
font-weight: 400;
margin-top: 2px;
margin-bottom: 2px;
font-size: 0.9rem;
}
p {
color: $gray;
}
hr {
color: $main-color;
color: #2e2e2e;
border: solid 1px;
}
}
@@ -65,7 +68,7 @@
margin-top: 20px;
margin-bottom: 20px;
hr {
border: solid 1px rgb(238, 238, 238);
border: solid 1px rgb(44, 44, 44);
}
p {
font-size: 0.9rem;