Skip to content

Commit

Permalink
Merge pull request #84 from IgniteUI/tiliev/responsive-img-class
Browse files Browse the repository at this point in the history
Added responsive-img CSS class
  • Loading branch information
tiliev authored Feb 27, 2019
2 parents fd06e19 + 60cbf85 commit 7ec2ede
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/bundling.global.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"_timestamp":1549532301324,"_docFXBundleChecksum":"f7d8e69ca2e5403377a39fbc1822ade9","_scriptsBundleChecksum":"b96da5e0041e98e6805e2d25ea8e64fc","_stylesBundleFileName":"684f594cf3b6ad16a12f360824edf35d"}
{"_timestamp":1551271965242,"_docFXBundleChecksum":"f7d8e69ca2e5403377a39fbc1822ade9","_scriptsBundleChecksum":"b96da5e0041e98e6805e2d25ea8e64fc","_stylesBundleFileName":"cf6408dc4ed80b93663647a8f37fa81f"}
2 changes: 1 addition & 1 deletion template/styles/bundles/styles-bundle.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions template/styles/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1706,3 +1706,6 @@ pre {
-ms-flex-order: 2;
order: 2;
padding-left: 0; } }

.responsive-img {
max-width: 100%; }
3 changes: 2 additions & 1 deletion template/styles/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
@import 'partials/alerts';
@import 'partials/iframe';
@import 'partials/list';
@import 'partials/features';
@import 'partials/features';
@import 'partials/responsive'
3 changes: 3 additions & 0 deletions template/styles/sass/partials/_responsive.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.responsive-img {
max-width: 100%
}

0 comments on commit 7ec2ede

Please sign in to comment.