jurassic-park-interface/sass/components/_layout.scss

61 lines
785 B
SCSS
Raw Normal View History

2020-06-01 14:33:53 +00:00
#grid-container {
display: flex;
flex: 1;
}
#main-left__container, #main-right__container {
display: flex;
flex-direction: column;
}
#main-left__container {
flex: 0 0 463px;
}
#main-right__container {
display: flex;
flex: 1;
flex-direction: column;
2020-06-01 14:33:53 +00:00
}
#outer-container__outer {
display: flex;
flex: 0 0 836px;
height: 100%;
}
#outer-container__inner {
height: 100%;
display: flex;
flex: 1;
2020-06-07 19:47:17 +00:00
}
2020-06-01 14:33:53 +00:00
#console-display {
flex: 0 0 70px;
2020-06-01 14:33:53 +00:00
}
#control-panel {
flex: 1;
2020-06-01 14:33:53 +00:00
}
#tour-display__outer {
2020-06-08 11:51:45 +00:00
display: flex;
flex-direction: column;
}
#tour-display__inner {
2020-06-08 11:51:45 +00:00
display: flex;
flex-direction: column;
flex: 1;
}
#control-panel__inner {
display: flex;
flex-direction: column;
}
#top-level {
display: flex;
flex-direction: row;
height: 100%;
}