aboutsummaryrefslogtreecommitdiff
path: root/scss/_modal.scss
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto1-2/+2
2020-06-24Stylelint: remove redundant inline suppressionsXhmikosR1-1/+0
2020-03-09Fix centered modal scrolling issue (#30244)Shohei Yoshida1-0/+2
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S1-0/+5
2019-11-01Add add and subtract functionysds1-8/+8
2019-08-17Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens1-4/+9
2019-05-30Calc modal header/footer border radius according to the border width (#28775)Shohei Yoshida1-2/+2
2019-05-30Correct grammar in modal.scss (#28829)Aditya Shankar1-1/+1
2019-01-20Make component colors configurable (#28035)Martijn Cuppens1-0/+1
2019-01-20Scrollable modal (#27769)Shohei Yoshida1-4/+46
2018-11-11Fix modal positioning on Android.jvitela1-4/+4
2018-10-19Fix size of modal dialogs at different widths (#27094)namiltd1-1/+4
2018-09-18Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens1-1/+1
2018-08-28Remove extra line breakysds1-2/+0
2018-08-25Round corners on modal footerMark Otto1-0/+1
2018-08-13Tweak modal transform (#27005)Martijn Cuppens1-2/+2
2018-07-24Merge branch 'v4-dev' into malkomich-v4-devMark Otto1-6/+18
2018-07-20fix `.modal-dialog-centered` on IE10/11Mohammad Younes1-0/+12
2018-07-20Fix modal overflow style nesting (#26742)Joshua David1-6/+6
2018-07-07Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into malkomic...Mark Otto1-0/+4
2018-03-03Adding a variable to handle the change of a modals border-radius. (#25691)Adam Kolinski1-2/+2
2017-11-24lets the centered modal have any height (#24803)Andres Galante1-5/+2
2017-10-29Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto1-0/+15
2017-10-23Refactor a few selectors. (#24404)XhmikosR1-9/+12
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+2
2017-10-02adds a border radius to modal headers (#23799)Andres Galante1-0/+1
2017-10-01extends the click area of the close btn on modals (#23783)Andres Galante1-2/+3
2017-08-22Add pointer-events declarationsPatrick H. Lauke1-0/+4
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`, `$modal-cont...Patrick Yeo1-3/+3
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
2016-12-25flex the modal header so we can remove custom stylesMark Otto1-5/+3
2016-12-25No need to override a margin-top that never was set; only specify margin-bott...Mark Otto1-1/+1
2016-12-25Enable flex on the .modal-content, ensure .modal-body stretches the height (i...Mark Otto1-0/+5
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Stars...Mark Otto1-2/+2
2016-12-19Update _modal.scss (#21346)Jesse Mandel1-1/+1
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger1-1/+1
2016-12-07Rename `.active` to `.show`Starsam801-2/+2
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-1/+1
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 lowes...Mark Otto1-1/+1
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
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2016-02-15Extract $modal-content-border-width variableChris Rebert1-1/+1
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert1-2/+2
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert1-1/+1
2016-02-15Extract new $modal-dialog-margin variableChris Rebert1-1/+1