- 27 Aug, 2019 3 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
- 26 Aug, 2019 2 commits
-
-
Martijn Cuppens authored
- `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`) - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer.
-
Martijn Cuppens authored
-
- 23 Aug, 2019 4 commits
-
-
Mark Otto authored
- Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
Mark Otto authored
-
- 22 Aug, 2019 3 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
- 18 Aug, 2019 4 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
m5o authored
* set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height
-
tu4mo authored
-
- 16 Aug, 2019 2 commits
-
-
Martijn Cuppens authored
-
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 1 commit
-
-
Mark Otto authored
-