1. 18 Jan, 2018 7 commits
  2. 17 Jan, 2018 4 commits
    • Mark Otto's avatar
      Outline button hover color (#25339) · a0936c32
      Mark Otto authored
      a0936c32
    • ysds's avatar
    • Andrew Luca's avatar
      Fix input height border (#25331) · 4c96f58e
      Andrew Luca authored
      When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width`
      
      This will work in cases when want controls with border, and buttons without.
      
      Temporary fix will be to override 2 variables
      
      ```
      $input-border-width: 2px !default;
      
      // which is
      // $input-height-border: $input-btn-border-width * 2 !default;
      $input-height-border: $input-border-width * 2 !default;
      ```
      4c96f58e
    • Mark Otto's avatar
      dist · 18f69156
      Mark Otto authored
      18f69156
  3. 16 Jan, 2018 7 commits
  4. 15 Jan, 2018 9 commits
    • XhmikosR's avatar
      e6d9316b
    • Patrick H. Lauke's avatar
    • Mark Otto's avatar
    • Mark Otto's avatar
      14bd7d74
    • Mark Otto's avatar
      Update copyright for 2k18 (#25303) · 0d110c8f
      Mark Otto authored
      * Update copyright range to include 2018
      
      * Extend copyright date range on new files from 2017 to include 2018
      0d110c8f
    • ysds's avatar
      Fixes dropdown snippets (#25301) · bcccfaa5
      ysds authored
      * Make dropright snippet the same as demo
      
      * Add missing .dropdown-toggle-split class
      
      * Make clear the split button label the same as demo
      bcccfaa5
    • Mark Otto's avatar
      Theming docs update (#25300) · eb6db8a3
      Mark Otto authored
      * heading for better linking
      
      * tell folks where to start
      
      * more headings
      
      * required keys section added, closes #25293
      eb6db8a3
    • Mark Otto's avatar
      one more img compression · ed286e0f
      Mark Otto authored
      ed286e0f
    • Mark Otto's avatar
      Examples updates (#24898) · e946348e
      Mark Otto authored
      * fix cover nav
      
      * Improve signin visuals and alignment with that flexbox love
      
      * rewrite cover example in flexbox
      
      * lighten signin bg
      
      * first pass at pricing example
      
      * redo examples index with data file
      
      * tighten up spacing a bit
      
      * update navbar descriptions
      
      * link pricing
      
      * move that back
      
      * property order
      
      * Fix test errors.
      
      * Compress pricing.png.
      
      * add form validation example
      
      * remove that
      
      * rename that
      
      * restyle and space out
      
      * fix errors
      
      * change order
      
      * cleanup album css and styles
      
      * tweak examples index
      
      * make it a badge
      
      * options
      
      * improve sticky footer alignment
      
      * redesign example index
      
      * brand new blog layout
      
      * start new screenshots
      
      * new product example page a la apple
      
      * add email field
      
      * fix linter, remove unused blog css
      
      * hook up feather icons to start
      
      * redo dashboard
      
      * fix linting
      
      * add floating labels example
      
      * formatting
      
      * formatting
      
      * lint
      
      * fix values on select
      
      * optional input, plus input group
      
      * new dashboard image
      
      * start to reboot the offcanvas example
      
      * updated images
      
      * new offcanvas mostly implemented
      
      * linting
      
      * edit description
      
      * more description changes
      
      * - Add vertical margin to album hero buttons for when they're stacked
      - Adjust font-size and padding for pricing header and hero
      - Fix checkout's stacked column margins, plus update their check/radio
      markup
      - Update product's utilities to be responsive
      - Made blog cards somewhat responsive (needs a bit more work tbh)
      
      * drop leading zero
      
      * more linting
      
      * swap empty images for holder, fix border
      
      * dist the docs
      
      * navbars have no margin-bottom to begin
      
      * add css var, tweak padding for mobile
      
      * comment headers
      
      * nix commented out code
      
      * nix the navbar structure for a custom one, stack it on mobile
      
      * tweak heading button group for mobile
      
      * Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4
      
      * improve card sizing on pricing
      
      * update and compress
      e946348e
  5. 14 Jan, 2018 6 commits
  6. 13 Jan, 2018 5 commits
  7. 12 Jan, 2018 1 commit
  8. 11 Jan, 2018 1 commit