2020-06-03 11:42:59 +00:00
|
|
|
.control-panel__button-control {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-06-03 22:54:29 +00:00
|
|
|
margin-bottom: 10px;
|
2020-06-03 11:42:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-control__top {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2020-06-03 12:42:17 +00:00
|
|
|
.button-control__bottom {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-06-08 17:44:26 +00:00
|
|
|
height: 100%;
|
2020-06-03 12:42:17 +00:00
|
|
|
}
|
|
|
|
|
2020-06-03 11:42:59 +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;
|
2020-06-08 17:44:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2020-06-03 11:42:59 +00:00
|
|
|
}
|