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
|
2022-08-13 15:12:31 +05:30
|
|
|
= render Pajamas::ButtonComponent.new(size: :small, button_options: { class: 'js-material-changer', data: { material: 'wireframe' } }) do
|
|
|
|
= _('Wireframe')
|
|
|
|
= render Pajamas::ButtonComponent.new(size: :small, button_options: { class: 'js-material-changer selected', data: { material: 'default' } }) do
|
|
|
|
= _('Solid')
|