mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2024-11-03 01:09:33 +00:00
27 lines
470 B
SCSS
27 lines
470 B
SCSS
.output-display__wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.output-display-content__wrapper {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 2px 5px;
|
|
margin: 1px 0px;
|
|
}
|
|
|
|
.output-display-content__status {
|
|
text-transform: uppercase;
|
|
color: white;
|
|
background-color: #5FD069;
|
|
font-style: italic;
|
|
padding: 1px;
|
|
margin: 0px 5px 0px 0px;
|
|
}
|
|
|
|
.output-display-content__content {
|
|
font-weight: 600;
|
|
margin: 0px;
|
|
font-style: italic;
|
|
} |