styled review section

This commit is contained in:
Yusuf Ipek
2021-05-10 10:46:05 +03:00
parent 038b2f41ac
commit a796a86f4c
8 changed files with 236 additions and 8 deletions
+25 -3
View File
@@ -3,8 +3,6 @@
margin: 8rem auto;
background-color: $color-grey-light-2;
box-shadow: $shadow-blurry;
min-height: 50rem;
}
.content {
@@ -13,7 +11,31 @@
.hotel-view {
background-color: $color-white;
height: 80rem;
flex: 1;
}
.detail {
display: flex;
padding: 4.5rem;
background-color: $color-grey-light-1;
border-bottom: $line;
font-size: $normal-font-size;
}
.description {
background-color: $color-white;
box-shadow: $shadow-description;
padding: 3rem;
flex: 0 0 60%;
margin-right: 4.5rem;
}
.user-reviews {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}