aboutsummaryrefslogtreecommitdiff
path: root/scss/_images.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto1-1/+1
* Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions
2019-07-24Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens1-2/+2
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-1/+1
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-1/+1
2017-10-22Remove `thumbnail-transition` from `.img-thumbnail`.XhmikosR1-1/+0
We don't change anything so the transition is basically unused.
2017-03-05Update spacer utilities (#22123)Mark Otto1-1/+1
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger1-1/+1
* Add variables for transitions * Add variables for transitions
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-1/+1
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto1-1/+1
HMUDesign-v4-dev
2016-10-09Remove display from the .img-fluid utilityMark Otto1-2/+2
Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well. Fixes #20767
2016-09-08Add new border utilsMark Otto1-9/+0
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08resolves #20266judetucker1-1/+1
2016-04-17remove references to -* outside _variables.scssChristopher Baker1-1/+1
2016-04-03Use @border-radius and add $nav-tabs-border-radius variablevsn4ik1-1/+1
2016-02-16Add $figure-caption-font-size variableChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-03Redo line-height globallyMark Otto1-1/+0
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-01-16Extract $thumbnail-box-shadow variableChris Rebert1-1/+1
2015-11-14Add $thumbnail-border-width; refs #18150Chris Rebert1-1/+1
2015-11-14$thumbnail-border => $thumbnail-border-colorChris Rebert1-1/+1
2015-11-14Refactor figure image styles to use CSS class instead of child selectorBass Jobsen1-5/+4
Refactoring according the comments on https://github.com/twbs/bootstrap/pull/18104. Closes #18131
2015-11-12scss: move Figures from _type to _imagesO'meid1-0/+20
2015-11-05Add comments explaining why we don't make `<img>`s responsive by defaultChris Rebert1-0/+6
Refs #18178 [ci skip]
2015-09-01Rename .img-responsive class to .img-fluidKevin Kirsche1-3/+3
Fix #17166
2015-06-22line-height-base to line-height varMark Otto1-1/+1
2015-04-26unnecessary commentMark Otto1-1/+1
2015-04-16Move .img- classes to new _images.scss; move hr to _type.scssMark Otto1-0/+28