1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-28 09:40:14 -07:00
PrintABrick/app/Resources/assets/style/modelviewer.scss
2017-04-08 11:24:20 +02:00

25 lines
330 B
SCSS

.model-container {
width:600px;
height: 400px;
position: relative;
img {
width: 100%;
height: 100%;
}
.modelviewer-buttons {
position: absolute;
top: 0;
height: 30px;
width: 100%;
}
#model-viewer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}