jurassic-park-interface/sass/components/_vehicle-display.scss

35 lines
537 B
SCSS
Raw Normal View History

#vehicle-display__inner {
flex-direction: column;
}
2020-09-10 17:04:32 +00:00
.vehicle-display__left-wrapper,
.vehicle-display__right-wrapper {
display: flex;
flex-direction: column;
flex: 1;
}
.vehicle-display__upper-wrapper {
display: flex;
flex-direction: row;
2020-09-10 17:04:32 +00:00
flex: 1 0 77%;
padding: 0.5vw 0;
}
.vehicle-display__centre-wrapper {
flex: 0 0 78%;
}
.vehicle-display__lower-wrapper {
display: flex;
2020-09-10 17:04:32 +00:00
flex-direction: column;
flex: 1;
2020-09-10 17:04:32 +00:00
}
#island-img {
border: solid 0.1vw #3b6285;
object-fit: cover;
width: 100%;
height: 100%;
}