styled navbar

This commit is contained in:
Yusuf Ipek
2021-05-09 12:37:40 +03:00
parent 42355f9430
commit e09f62bb39
4 changed files with 124 additions and 13 deletions
+1 -12
View File
@@ -7,24 +7,13 @@
min-height: 50rem;
}
.header {
height: 7rem;
background-color: $color-white;
border-bottom: $color-grey-light-2;
}
.content {
display: flex;
}
.sidebar {
background-color: $color-grey-dark-1;
flex: 0 0 18%;
}
.hotel-view {
background-color: $color-white;
height: 80rem;
flex: 1;
}