diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-12-07 15:03:32 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-12-07 15:03:51 +0000 |
commit | 926a26061de0d9ac1c036edfd680721650e5b385 (patch) | |
tree | 456125c1ffa5379528bb93eca52c77b9be396170 /app/assets/stylesheets/framework/images.scss | |
parent | 17542a7895f288b8e7bc92836039f4dcbb7c17d2 (diff) | |
download | gitlab-ce-926a26061de0d9ac1c036edfd680721650e5b385.tar.gz |
Update pipelines empty state [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/images.scss')
-rw-r--r-- | app/assets/stylesheets/framework/images.scss | 7 |
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) { |