aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_pagination.scss
AgeCommit message (Collapse)AuthorFilesLines
2022-05-22Stylelint: Disable `custom-property-empty-line-before`Mark Otto1-1/+1
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto1-4/+4
* Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto1-25/+4
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+2
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2020-12-04feat(RTL): implement RTLGaël Poupard1-3/+3
Using RTLCSS directives, renaming things to use logical names and following best practices.
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens1-2/+1
2019-08-03Allow .page-links to get left margin. (#28948)GeoSot1-6/+14
* 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 <[email protected]> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-1/+1
2017-06-18`@mixin pagination-size()` doesn't apply line-heightPatrick Yeo1-0/+1
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-13Rename local vars per new naming convention: $padding-{vertical=>y} ↵Chris Rebert1-2/+2
$padding-{horizontal=>x} [skip sauce] [skip validator]
2015-12-07.page => .page-itemChris Rebert1-1/+1
2015-12-07Refactor pagination code to remove unnecessary ancestor requirements in ↵Chris Rebert1-5/+6
selectors
2015-12-07.page>{a,span => .page-link}Chris Rebert1-6/+3
2015-12-07.pagination>{li => .page}Chris Rebert1-1/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-1/+2
2014-12-02convert to scssMark Otto1-0/+23