- 16 Aug, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 13 Aug, 2019 1 commit
-
-
Thomas Schaller authored
-
- 09 Aug, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 07 Aug, 2019 1 commit
-
-
XhmikosR authored
-
- 06 Aug, 2019 1 commit
-
-
Shohei Yoshida authored
-
- 05 Aug, 2019 1 commit
-
-
Mark Otto authored
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
-
- 03 Aug, 2019 1 commit
-
-
GeoSot authored
* Allow .page-links to get left margin. * Add border-radius to page-links in case they have left margin * Apply MartijnCuppens suggestion to _pagination.scss Co-Authored-By:
Martijn Cuppens <martijn.cuppens@gmail.com> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing
-
- 30 Jul, 2019 1 commit
-
-
XhmikosR authored
-
- 29 Jul, 2019 3 commits
-
-
Shohei Yoshida authored
-
Shohei Yoshida authored
-
Chandan Deep authored
For Gradient, We have to use the background-image instead of only background.
-
- 27 Jul, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 25 Jul, 2019 8 commits
-
-
XhmikosR authored
-
ysds authored
-
ysds authored
-
Martijn Cuppens authored
-
Shohei Yoshida authored
-
Martijn Cuppens authored
- Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot
-
Martijn Cuppens authored
-
Martijn Cuppens authored
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
-
- 24 Jul, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 23 Jul, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 22 Jul, 2019 6 commits
-
-
Mark Otto authored
-
XhmikosR authored
-
julian-hecker authored
-
Martijn Cuppens authored
-
Mark Otto authored
-
Mark Otto authored
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redec...
-
- 21 Jul, 2019 1 commit
-
-
XhmikosR authored
-
- 20 Jul, 2019 1 commit
-
-
Martijn Cuppens authored
* Use escape-svg() function * Update theming.md
-
- 18 Jul, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 17 Jul, 2019 4 commits
-
-
Martijn Cuppens authored
-
XhmikosR authored
-
XhmikosR authored
Also use `viewBox` instead of `viewbox`.
- 16 Jul, 2019 1 commit
-
-
M. Wacker authored
Change `word-break: break-word;` to `word-wrap: break-word;`
-
- 15 Jul, 2019 3 commits
-
-
Martijn Cuppens authored
This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238
-
Martijn Cuppens authored
-
Mark Otto authored
* Remove default kbd element shadow, simplify selector while here * Add new -shadow-inset variable so our shadows match on .form-control's, .form-select's, and .progress's * Reuse box-shadow variables for .dropdown's, .popover's, .toast's, .modal's, and .img-thumbnail's
-
- 14 Jul, 2019 1 commit
-