mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
80 lines
No EOL
992 B
Text
80 lines
No EOL
992 B
Text
:global(.SVG_ICON) {
|
|
stroke: #fff;
|
|
}
|
|
|
|
.root {
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
.mainArea {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
:global(#viewer-container) {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
}
|
|
|
|
.mainLayout {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
pointer-events: none;
|
|
}
|
|
|
|
.headsUp {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.middleSection {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
flex-grow: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.overlayingPanel {
|
|
align-self: stretch;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.sketcherViewport {
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.wizardArea {
|
|
pointer-events: auto;
|
|
position: relative;
|
|
}
|
|
|
|
.spring {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.middleRight {
|
|
height: 100%;
|
|
}
|
|
|
|
.bottomStack {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
pointer-events: auto;
|
|
} |