summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-08-22 19:25:55 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-22 19:25:55 +0000
commit522b3371a52522f527ba0729ea216fd1111e73eb (patch)
treec20a631800f3702347276eea90decc637cec0db2
parentc635e80103b78b39fa069ba22925a85abf5c0eaf (diff)
parent90bdfe5e0d9f5da4c4a303d93bb2419f113d237e (diff)
downloadgitlab-ce-522b3371a52522f527ba0729ea216fd1111e73eb.tar.gz
Merge branch '36496-badges-should-not-be-huge' into 'master'
Resolve "Badges should not be HUGE" Closes #36496 See merge request !13635
-rw-r--r--app/assets/stylesheets/framework/typography.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 0bd84c9e08c..d13f9996518 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -13,6 +13,9 @@
img {
/*max-width: 100%;*/
margin: 0 0 8px;
+ }
+
+ img.lazy {
min-width: 200px;
min-height: 100px;
background-color: $gray-lightest;