2017-08-17 22:00:37 +05:30
|
|
|
.file-content.is-stl-loading
|
2017-09-10 17:25:29 +05:30
|
|
|
.text-center#js-stl-viewer{ data: { endpoint: blob_raw_path } }
|
2022-05-07 20:08:51 +05:30
|
|
|
= gl_loading_icon(size: "md", css_class: "gl-my-4")
|
2020-07-28 23:09:34 +05:30
|
|
|
.text-center.gl-mt-3.gl-mb-3.stl-controls
|
2017-08-17 22:00:37 +05:30
|
|
|
.btn-group
|
2021-04-29 21:17:54 +05:30
|
|
|
%button.gl-button.btn.btn-default.btn-sm.js-material-changer{ data: { type: 'wireframe' } }
|
2017-08-17 22:00:37 +05:30
|
|
|
Wireframe
|
2021-04-29 21:17:54 +05:30
|
|
|
%button.gl-button.btn.btn-default.btn-sm.selected.js-material-changer{ data: { type: 'default' } }
|
2017-08-17 22:00:37 +05:30
|
|
|
Solid
|