new look / search list / restaurant view
This commit is contained in:
36
src/styles/Restaurant.scss
Normal file
36
src/styles/Restaurant.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
.restaurant-container {
|
||||
min-width: 100vw;
|
||||
height: 100%;
|
||||
h1 {
|
||||
font-weight: 100;
|
||||
font-size: 3rem;
|
||||
margin: 16px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
p {
|
||||
margin: 6px;
|
||||
color: $secondary-color;
|
||||
}
|
||||
hr {
|
||||
border: solid 1px $main-color;
|
||||
}
|
||||
}
|
||||
|
||||
.restaurant-hero {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.restaurant-pictograms {
|
||||
background-color: white;
|
||||
width: fit-content;
|
||||
padding: 4px;
|
||||
margin: 20px;
|
||||
border-radius: 50px;
|
||||
.pictograms-container {
|
||||
margin: 8px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user