summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-12-13 08:38:48 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-12-13 08:38:48 +0000
commita11fae2489c650bcb6cdd9e5a31c0ea01041256f (patch)
treec70948f2728c2a00abff261d8bbcfa87930eb82a /app/assets/stylesheets/framework
parenta8b9852837c3ecde3148a7e989d53fd5ac025bc3 (diff)
parent40d6edac49404290f773e83952e61fde0912245f (diff)
downloadgitlab-ce-a11fae2489c650bcb6cdd9e5a31c0ea01041256f.tar.gz
Merge branch '40468-empty-states' into 'master'
Resolve "Update styling of empty states" Closes #40468 See merge request gitlab-org/gitlab-ce!15791
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/images.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/images.scss b/app/assets/stylesheets/framework/images.scss
index 78a8e57ddbb..aa2d30a3cef 100644
--- a/app/assets/stylesheets/framework/images.scss
+++ b/app/assets/stylesheets/framework/images.scss
@@ -19,6 +19,13 @@
max-width: 425px;
width: 100%;
}
+
+ &.svg-250 {
+ img,
+ svg {
+ width: 250px;
+ }
+ }
}
@mixin svg-size($size) {