UI Mechanics / New Look (orange - gray)
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
.restaurant-container {
|
||||
min-width: 100vw;
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
h1 {
|
||||
font-weight: 100;
|
||||
color: $gray;
|
||||
background-color: $dark-gray;
|
||||
padding: 15px;
|
||||
font-size: 3rem;
|
||||
margin: 16px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 0;
|
||||
}
|
||||
p {
|
||||
margin: 6px;
|
||||
@@ -21,17 +24,17 @@
|
||||
|
||||
.restaurant-hero {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
height: 500px;
|
||||
border-top-left-radius: 15px;
|
||||
border-top-right-radius: 15px;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.restaurant-pictograms {
|
||||
background-color: white;
|
||||
width: fit-content;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
margin: 20px;
|
||||
margin-top: 20px;
|
||||
border-radius: 50px;
|
||||
.pictograms-container {
|
||||
margin: 8px;
|
||||
@@ -39,5 +42,47 @@
|
||||
}
|
||||
|
||||
.restaurant-dishes {
|
||||
min-width: 60%;
|
||||
h3 {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
.restaurant-content {
|
||||
padding-top: 10rem;
|
||||
padding-bottom: 10rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
min-width: 70%;
|
||||
}
|
||||
|
||||
.restaurant-info {
|
||||
text-align: center;
|
||||
max-width: 30%;
|
||||
background-color: #1d1d1d;
|
||||
box-shadow: -2px 10px 20px rgba(0, 0, 0, 0.212);
|
||||
border-radius: 15px;
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
font-weight: 300;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
hr {
|
||||
border: 1px solid $dark-gray;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.restaurant-span {
|
||||
font-weight: 500;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user