2020-06-04 14:47:21 +01:00
|
|
|
.output-display__wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-09-03 15:05:47 -05:00
|
|
|
height: 100%;
|
2020-06-04 14:47:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.output-display-content__wrapper {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-06-04 17:49:02 +01:00
|
|
|
padding: 2px 5px;
|
|
|
|
margin: 1px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.output-display-content__status {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: white;
|
|
|
|
background-color: #5FD069;
|
|
|
|
font-style: italic;
|
2020-09-03 15:05:47 -05:00
|
|
|
padding: .1vw .25vw;
|
|
|
|
margin: 0 .5vw 0 0;
|
|
|
|
font-size: 1vw;
|
2020-06-04 17:49:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.output-display-content__content {
|
2020-09-03 15:05:47 -05:00
|
|
|
font-weight: 500;
|
2020-06-04 17:49:02 +01:00
|
|
|
margin: 0px;
|
|
|
|
font-style: italic;
|
2020-09-03 15:05:47 -05:00
|
|
|
font-size: 1vw;
|
2020-06-28 22:58:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.output-display__hidden {
|
|
|
|
display: none;
|
2020-06-04 14:47:21 +01:00
|
|
|
}
|