Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-02-06 11:16:59 +0300
committerRajat Jain <rjain@gitlab.com>2019-02-18 10:54:02 +0300
commit0956d0b8ee0e68a2723540a1e37446069d46ffb6 (patch)
treed267537551c855151f35acf04504bd755ef4a2ca /app/assets
parent10094950bd5c7adff6888a7835f098a759af5ba4 (diff)
Use export-import svg from gitlab-svgs
Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/modal.scss7
1 files changed, 4 insertions, 3 deletions
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;
}
}
}