40 lines
633 B
Plaintext
40 lines
633 B
Plaintext
.domainThree :global {
|
|
height: 100%;
|
|
|
|
.scene_two {
|
|
display: flex;
|
|
height: 100%;
|
|
|
|
.domain-viewer {
|
|
flex: 1;
|
|
position: relative;
|
|
|
|
.title {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.chart-info-panel {
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: auto;
|
|
padding: 12px;
|
|
border: 1px solid #04fbfd;
|
|
color: #02f9ff !important;
|
|
background-color: #000000e7;
|
|
transition: all 0.3s ease-in-out;
|
|
border-radius: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.scene-switch {
|
|
position: absolute;
|
|
left: 8px;
|
|
top: 8px;
|
|
}
|
|
|
|
.one {
|
|
top: 50%;
|
|
}
|
|
}
|