mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 09:40:14 -07:00
25 lines
330 B
SCSS
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%;
|
|
}
|
|
} |