mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 19:06:10 +00:00
created the layout
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
.container {
|
||||
max-width: 120rem;
|
||||
margin: 8rem auto;
|
||||
background-color: $color-grey-light-2;
|
||||
box-shadow: $shadow-blurry;
|
||||
|
||||
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;
|
||||
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user