summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/images.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/images.scss')
-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) {