aboutsummaryrefslogtreecommitdiff
path: root/scss/_modal.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10Ensure alignment of modal dismiss when no .modal-title is presentMark Otto1-0/+4
2017-06-13(#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵Patrick Yeo1-3/+3
`$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively
2017-01-28Add new extra large size for modal containersJuan Carlos González Cabrero1-0/+4
2016-12-25lintingMark Otto1-2/+2
2016-12-25flex the footer and include some margin magicMark Otto1-2/+7
- we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does - flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action
2016-12-25flex the modal header so we can remove custom stylesMark Otto1-5/+3
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
2016-12-25No need to override a margin-top that never was set; only specify ↵Mark Otto1-1/+1
margin-bottom override
2016-12-25Enable flex on the .modal-content, ensure .modal-body stretches the height ↵Mark Otto1-0/+5
(if needed)
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto1-2/+2
Starsam80-fix-20982
2016-12-19Update _modal.scss (#21346)Jesse Mandel1-1/+1
pull->float comment
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger1-1/+1
* Add variables for transitions * Add variables for transitions
2016-12-07Rename `.active` to `.show`Starsam801-2/+2
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-11-10renamed modal-title-padding to modal-header-paddingElliot Evans1-1/+1
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto1-1/+1
lowest to highest
2016-10-26Rename .in to .active to fix collapseStarsam801-2/+2
2016-10-03Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)Chris Rebert1-1/+3
See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2016-02-15Extract $modal-content-border-width variableChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert1-2/+2
[skip sauce] [skip validator]
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-15Extract new $modal-dialog-margin variableChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-08Fixes #18949: Remove extra margin overrides for buttons in .modal-footerMark Otto1-14/+0
2016-02-06Updat modal sizingMark Otto1-5/+5
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
2016-01-16Extract variables for .modal-content box-shadowChris Rebert1-2/+2
[skip sauce] [skip validator]
2016-01-11Modals respect $enable-rounded settingAnders Sahlin1-1/+1
See issue: https://github.com/twbs/bootstrap/issues/18385
2015-08-23fix majority of scss linter errorsMark Otto1-1/+1
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-08-12fix fat's broke js... jk it was my shitty cssMark Otto1-1/+2
2015-08-04Merge branch 'master' into v4mMark Otto1-1/+1
2015-04-18more comments and formatting clean upMark Otto1-0/+2
2015-03-29fix orderMark Otto1-1/+1
2015-03-29Merge branch 'master' into v4Mark Otto1-1/+4
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-01-06Kill scss/mixins/_media-queries.scssChris Rebert1-2/+2
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)
2014-12-24Automate breakpointsGleb Mazovetskiy1-2/+2
Breakpoints and container widths are now defined as maps.
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-9/+7
2014-12-02convert to scssMark Otto1-0/+147