mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2024-11-03 01:09:33 +00:00
29 lines
416 B
SCSS
29 lines
416 B
SCSS
.control-panel__button-control {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.button-control__top {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.button-control__bottom {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 100%;
|
|
}
|
|
|
|
.button-control__top > div {
|
|
flex: 1;
|
|
background-color: #9CA193;
|
|
}
|
|
|
|
.button-control__bottom > div {
|
|
flex: 1;
|
|
}
|
|
|
|
.control-panel__output-display {
|
|
flex: 1;
|
|
} |