jsketcher/web/app/cad/dom/components/View3d.less
2018-08-05 22:27:01 -07:00

24 lines
301 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;
}