aboutsummaryrefslogtreecommitdiff
path: root/scss/_code.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-07-25Reboot updatesMartijn Cuppens1-40/+0
- 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
2019-07-25Drop `.pre-scrollable` classMartijn Cuppens1-6/+0
2019-07-16Fix breaking layout breaking error in code (#28328)M. Wacker1-1/+1
Change `word-break: break-word;` to `word-wrap: break-word;`
2019-07-15Revert incorrect change (#29044)Martijn Cuppens1-2/+1
2019-07-15v5: Reuse box-shadow variables (#29023)Mark Otto1-3/+2
* 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
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-5/+5
2018-04-23Replace reboot monospace hack with system font stacknickg1-8/+0
2017-12-22Restyle code element, remove docs example overflow, improve docs examples ↵Mark Otto1-10/+4
(#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
2017-10-22Replace some border-radius properties for the mixin, closes #23872Mark Otto1-1/+1
2017-10-20Remove margin from pre in code.scss since it's already set in reboot (#24366)Andres Galante1-2/+0
2016-12-21Restyle code elements in links (#21392)Mark Otto1-0/+7
* Restyle code elements in links Fixes #21259. Removes the background, color, and padding on code elements within anchors. * Update _code.scss
2016-02-16Extract $code-padding-{x,y} variablesChris Rebert1-2/+2
[skip sauce] [skip validator]
2016-02-16Extract $code-font-size variableChris Rebert1-3/+3
[skip sauce] [skip validator]
2016-02-03Redo line-height globallyMark Otto1-1/+0
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-01-16Extract $kbd-box-shadow variableChris Rebert1-1/+1
2015-12-06Add 3 more font-weight variablesChris Rebert1-1/+1
Refs #14368 [skip sauce] [skip validator]
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-06-22line-height-base to line-height varMark Otto1-1/+1
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-1/+1
it's cleaner
2015-04-13remove pre styles -- see #4547Mark Otto1-3/+0
2014-12-02convert to scssMark Otto1-0/+66