jurassic-park-interface/sass/components/_control-panel.scss

37 lines
554 B
SCSS
Raw Normal View History

.control-panel__button-control {
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.button-control__top {
display: flex;
flex-direction: row;
}
2020-06-03 12:42:17 +00:00
.button-control__bottom {
display: flex;
flex-direction: row;
height: 100%;
2020-06-03 12:42:17 +00:00
}
.button-control__top > div {
flex: 1;
background-color: #9CA193;
2020-06-03 12:42:17 +00:00
}
.button-control__bottom > div {
flex: 1;
}
.control-panel__output-display {
flex: 1;
2020-09-02 18:24:50 +00:00
}
.control-panel__output-display .inner-edge__light {
padding: 0.25vw;
2020-09-03 20:05:47 +00:00
}
.button-control__bottom > div {
background-color: #9CA193;
}