jurassic-park-interface/sass/components/_display-text.scss

70 lines
1.2 KiB
SCSS
Raw Normal View History

.tour-display__system-wrapper {
2020-06-01 14:33:53 +00:00
background-color: #448149;
display: flex;
justify-content: center;
flex-direction: column;
2020-06-01 14:33:53 +00:00
}
.tour-display__center-section {
2020-06-01 14:33:53 +00:00
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tour-display__container {
2020-06-01 14:33:53 +00:00
display: flex;
2020-06-08 11:51:45 +00:00
flex: 1;
2020-06-01 14:33:53 +00:00
justify-content: space-between;
background-color: black;
background-size: 40px 40px;
background-image: linear-gradient(to right, white 1px, transparent 1px),
linear-gradient(to bottom, white 1px, transparent 1px);
2020-06-01 14:33:53 +00:00
}
.tour-display__system-status {
2020-06-01 14:33:53 +00:00
background: #438149;
color: #ededed;
margin: 0;
2020-06-01 14:33:53 +00:00
}
.tour-display__system-status__container {
display: flex;
flex: 1;
justify-content: space-between;
border-top: 10px solid #438149;
border-bottom: 10px solid #438149;
font-style: italic;
}
#tour-display__wrapper-right, #tour-display__wrapper-left {
width: 43px;
}
2020-06-01 14:33:53 +00:00
#sys-one {
writing-mode: vertical-rl;
text-orientation: mixed;
2020-06-08 11:51:45 +00:00
}
#sys-one,
#sys-four {
2020-06-08 11:51:45 +00:00
font-size: 38px;
2020-06-01 14:33:53 +00:00
}
2020-06-08 11:51:45 +00:00
#sys-two {
padding: 4px 8px 8px 8px;
}
#sys-three {
padding: 8px 8px 4px 8px;
}
#sys-three,
#sys-two {
2020-06-08 11:51:45 +00:00
font-size: 26px;
}
2020-06-01 14:33:53 +00:00
#sys-four {
writing-mode: tb-rl;
transform: rotate(-180deg);
}