Commit 3e5fd672 authored by yo's avatar yo Committed by Yogi

Remove illustration in export/import CSV modal

parent d6b39535
...@@ -132,18 +132,6 @@ body.modal-open { ...@@ -132,18 +132,6 @@ body.modal-open {
.issuable-export-modal { .issuable-export-modal {
.modal-header { .modal-header {
justify-content: flex-start; justify-content: flex-start;
.import-export-svg-container {
flex-grow: 1;
height: 56px;
padding: $gl-btn-padding $gl-btn-padding 0;
text-align: right;
.illustration {
height: inherit;
width: initial;
}
}
} }
.modal-body { .modal-body {
......
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
.modal-dialog .modal-dialog
.modal-content .modal-content
= form_tag import_csv_namespace_project_issues_path, multipart: true do = form_tag import_csv_namespace_project_issues_path, multipart: true do
.modal-header .modal-header.gl-display-flex
%h3 %h4.gl-m-0
= _('Import issues') = _('Import issues')
.svg-content.import-export-svg-container
= image_tag 'illustrations/export-import.svg', alt: _('Import/Export illustration'), class: 'illustration'
%a.close{ href: '#', 'data-dismiss' => 'modal' } × %a.close{ href: '#', 'data-dismiss' => 'modal' } ×
.modal-body .modal-body
.modal-text .modal-text
......
...@@ -3,11 +3,9 @@ ...@@ -3,11 +3,9 @@
.modal.issuable-export-modal{ class: class_name } .modal.issuable-export-modal{ class: class_name }
.modal-dialog .modal-dialog
.modal-content{ data: { qa_selector: "export_issuable_modal" } } .modal-content{ data: { qa_selector: "export_issuable_modal" } }
.modal-header .modal-header.gl-display-flex
%h3 %h4.gl-m-0
= _("Export %{issuable_type}" % { issuable_type: issuable_type.humanize(capitalize: false) }) = _("Export %{issuable_type}" % { issuable_type: issuable_type.humanize(capitalize: false) })
.svg-content.import-export-svg-container
= image_tag 'illustrations/export-import.svg', role: "presentation", class: 'illustration'
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') } %button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
= sprite_icon('close', css_class: 'gl-icon') = sprite_icon('close', css_class: 'gl-icon')
.modal-body .modal-body
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment