From 0956d0b8ee0e68a2723540a1e37446069d46ffb6 Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Wed, 6 Feb 2019 13:46:59 +0530 Subject: Use export-import svg from gitlab-svgs Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder --- app/assets/stylesheets/framework/modal.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index ace46e32b18..3703b7568c8 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -111,10 +111,11 @@ body.modal-open { flex-grow: 1; height: 56px; padding: $gl-btn-padding $gl-btn-padding 0; + text-align: right; - > svg { - float: right; - height: 100%; + .illustration { + height: inherit; + width: initial; } } } -- cgit v1.2.3