aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Move viewport-dependent padding tweak into main .jumbotron blockChris Rebert1-6/+4
Refs #18259 [skip sauce]
2015-11-15.form-control: Use $input-border-width instead of $border-widthChris Rebert1-1/+1
[skip sauce]
2015-11-14Add $table-border-width; refs #18150Chris Rebert2-12/+13
2015-11-14Add $popover-border-width; refs #18150Chris Rebert2-2/+3
2015-11-14Use $border-width in misc border print stylesChris Rebert1-2/+2
[skip sauce]
2015-11-14Add $thumbnail-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$thumbnail-border => $thumbnail-border-colorChris Rebert2-2/+2
2015-11-14Add $pagination-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14Rename $pagination-border => $pagination-border-color for clarityChris Rebert2-3/+3
2015-11-14Add $pager-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$pager-border => $pager-border-colorChris Rebert2-2/+2
2015-11-14Add $nav-tabs-link-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14Add $input-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$input-border => $input-border-colorChris Rebert3-4/+4
2015-11-14Add $dropdown-border-width; refs #18150Chris Rebert2-1/+2
2015-11-14$dropdown-border => $dropdown-border-colorChris Rebert2-2/+2
2015-11-14fixes #18170, make cards block level by default so anchors can be used as ↵Mark Otto1-0/+1
base element
2015-11-14fixes #18241: bump up border-radius values on .label-pill for when ↵Mark Otto1-1/+3
customization means the 1rem value doesn't cut it
2015-11-14fix error to dangerMark Otto1-2/+2
2015-11-14Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto8-14/+24
2015-11-14nuke unhelpful commentsMark Otto1-3/+0
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-13Add touch-action:manipulation on interactive elements to avoid 300ms click delayChris Rebert2-1/+22
Fixes #18044 [skip sauce] [skip validator]
2015-11-13.dropdown-menu: Swap color and font-size property order to make SCSS Lint happyChris Rebert1-1/+1
2015-11-13scss/_nav.scss: Remove trailing whitespaceChris Rebert1-1/+1
[ci skip]
2015-11-13Swap margin-right and margin-left ordering in .dropdown-toggle::after to ↵Chris Rebert1-1/+1
make SCSS Lint happy [ci skip]
2015-11-13scss/_card.scss: Remove trailing whitespaceChris Rebert1-1/+1
[ci skip]
2015-11-12Merge pull request #18089 from almirsarajcic/v4-devMark Otto1-1/+1
Rename .help-block to .text-help
2015-11-12Merge pull request #18093 from AndersMad/patch-1Mark Otto1-2/+2
Card fix static -> variable border radius
2015-11-12Merge pull request #17939 from chrisbell08/#17895_alert_border_widthMark Otto2-1/+2
#17895 Added $alert-border-width that defaults to $border-width
2015-11-12Ports c256aca13cf6ff1c3c1d5933b28423bc144f1fc1 to v4Chris Rebert1-1/+0
Refs #15947, #17542 [ci skip]
2015-11-12Revert "Drop cursor pointer for button role"Chris Rebert1-0/+11
This reverts commit 61067304cd8ad4394af69003971b4e9c3aa94c55. The normalize.css pull request (https://github.com/necolas/normalize.css/pull/379 ) was REJECTED, *NOT* merged!
2015-11-12Merge pull request #18061 from mathisonian/patch-1Mark Otto1-1/+1
remove bro from comment
2015-11-12spaceMark Otto1-0/+1
2015-11-12Merge branch 'reboot-cursor' of https://github.com/flexbox/bootstrap into ↵Mark Otto1-11/+0
flexbox-reboot-cursor
2015-11-12Merge pull request #17708 from ↵Mark Otto2-1/+4
biokillos/feature/add-variable-for-card-link-hover-state Add variable for card-link hover state
2015-11-12Merge pull request #17317 from dmbaughman/v4-media-breakpoint-betweenMark Otto1-0/+10
v4 - Added mixin to handle media queries that span multiple breakpoints
2015-11-12Merge pull request #17596 from neilhem/remove-fallback-colorsMark Otto1-2/+0
remove not used popover fallback variables
2015-11-12Merge pull request #17733 from chrisbell08/v4Mark Otto1-0/+1
Fix for Issue #17711 - Added clearfix mixin to the nav-pills class.
2015-11-12fix broke shit, ugh my badMark Otto2-4/+4
2015-11-12Merge pull request #17153 from kkirsche/patch-17Mark Otto2-3/+3
v4 — Change .has-error to .has-danger for uniformity.
2015-11-12Merge pull request #17277 from kkirsche/patch-5Mark Otto1-0/+1
v4 — Use the body color for dropdown menu text in navbars
2015-11-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2015-11-12scss: move Figures from _type to _imagesO'meid2-20/+20
2015-11-12Merge pull request #17241 from tagliala/font-size-sm-fixMark Otto1-1/+1
v4: Change the default value of $font-size-sm to .875rem
2015-11-12manually pull in #17212 from @azmenakMark Otto1-0/+4
2015-11-12Merge pull request #17137 from kkirsche/patch-10Mark Otto1-0/+1
v4: Dropdown caret is not horizontally alligned
2015-11-12Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert2-5/+5
[skip sauce]
2015-11-12Merge pull request #18109 from twbs/color-utils-importantChris Rebert2-3/+3
Add !important to text and background color utility classes
2015-11-12Merge pull request #18033 from twbs/invisible-importantChris Rebert1-1/+1
Add !important to .invisible (visibility:hidden) utility class