aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities
AgeCommit message (Collapse)AuthorFilesLines
2017-10-19Gradients and shadows (#24429)Mark Otto1-0/+6
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state
2017-10-02Switch to stylelint. (#23572)XhmikosR9-2/+20
2017-10-02add display `table-cell` (#24004)Paweł Kuna1-0/+1
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-2/+7
2017-09-09adds missing important on utility classsAndres Galante1-2/+2
2017-08-12Remove extra spaces from spacing utilities (#23337)razh1-2/+2
2017-08-10Reduce number of spacing rules (#23208)Morgan Stone1-12/+20
* reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces
2017-08-10Change border classenvolute1-1/+1
The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200". So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200". Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border?
2017-08-10Add .font-weight-light class, add !important to the classesMark Otto1-3/+4
2017-08-10Add basic property-value utils for positionMark Otto1-1/+10
2017-08-07Add .bg-white and .border-whiteMark Otto2-0/+5
2017-07-03fixes #22981Mark Otto1-1/+1
2017-07-01doh, we already have that aboveMark Otto1-4/+0
2017-07-01Add .text-truncate class. We already had a mixin and documented the class, ↵Mark Otto1-0/+4
so this fixes that.
2017-07-01Redo the "responsive helpers" filesMark Otto1-0/+52
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-07-01Restore .text-mutedMark Otto1-3/+3
2017-06-30add a bg-transparent to override bgsMark Otto1-0/+2
2017-06-30Drop offsets and push/pull for new order variantsMark Otto1-4/+0
2017-06-25add border color utilitiesMark Otto1-0/+7
2017-06-25update background utilsMark Otto1-8/+0
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto2-26/+6
and generate card, button, bg, and color classes from the sass map
2017-06-17Update _borders.scssMark Otto1-1/+1
2017-06-17move from mixins and add important flagMark Otto1-5/+9
2017-06-17wrap .sticky-top in supports queryMark Otto1-3/+5
2017-04-08Revert "Drop width from sizing utils given .col- classes can do the same ↵Mark Otto1-1/+1
thing (follow up to #22376)" This reverts commit 2f21403a933336f7cb01c86bf3c650490bc658a6.
2017-04-08Drop width from sizing utils given .col- classes can do the same thing ↵Mark Otto1-1/+1
(follow up to #22376)
2017-03-05Clean up spacers a bit moreStarsam801-12/+10
2017-03-05Drop the .hidden and .visible classes, save for the print onesMark Otto2-49/+40
— Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto1-3/+3
* rename order utilities to intended class names * Documentation fixes.
2017-01-02New position utils, split docsMark Otto3-21/+33
- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top - Updates utilities Sass to be split across more files (one for position, sizing, and spacing)
2017-01-02remove line breakMark Otto1-1/+0
2016-12-26Add more flex utilitiesStarsam801-31/+34
2016-12-25Use variables for the width/height classesStarsam801-9/+5
2016-12-25Clean up _spacing.scss a little bitStarsam801-20/+16
2016-12-25trailing spaceMark Otto1-1/+1
2016-12-25line break for sanityMark Otto1-0/+1
2016-12-25add my-auto and m-autoMark Otto1-0/+5
2016-12-25responsive auto margin classesMark Otto1-8/+13
2016-12-25add mr-auto and ml-auto for some flex shizMark Otto1-0/+3
2016-12-24remove unused utils, commentMark Otto1-4/+0
2016-12-24remove old flex utils, update docs to matchMark Otto1-21/+0
2016-12-24duplicate of the .flex-fill utilMark Otto1-3/+0
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto1-0/+42
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
2016-12-24fix incorrect class name for inline-flexMark Otto1-1/+1
2016-12-22small unrelated addition—adds .d-flex-inline utilMark Otto1-0/+1
2016-12-22New width and height utilsMark Otto1-0/+7
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-23/+21
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam805-121/+54
* 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-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam806-36/+36
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-27Add max-width 100% and max-height 100% utilities (#21221)Mark Otto1-0/+3