Skip to content

Commit

Permalink
refactor: revision of Pagination-TransitionReplace design tokens (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Aug 4, 2024
1 parent 40bd50f commit da484ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions src/Stepper/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

.pgn__stepper-header-step-list {
list-style: none;
// stylelint-disable-next-line max-line-length
padding: var(--pgn-spacing-stepper-header-step-list-padding-y) var(--pgn-spacing-stepper-header-step-list-padding-x);
padding:
var(--pgn-spacing-stepper-header-step-list-padding-y)
var(--pgn-spacing-stepper-header-step-list-padding-x);
display: flex;
align-items: center;
margin: var(--pgn-spacing-stepper-header-step-list-margin);
Expand Down
5 changes: 0 additions & 5 deletions tokens/src/core/components/ProductTour.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"max": { "value": "480px", "type": "dimension", "source": "$checkpoint-max-width" }
},
"arrow": {
"bottom": {
"value": "{size.product-tour.checkpoint.width.arrow} {size.product-tour.checkpoint.width.border}",
"type": "dimension",
"source": "$checkpoint-arrow-border-bottom"
},
"top": {
"value": "{size.product-tour.checkpoint.width.arrow}",
"type": "dimension",
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/global/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"table": {
"cell": {
"padding": {
"base": { "value": "75rem", "type": "dimension", "source": "$table-cell-padding", "description": "Padding for tables." },
"base": { "value": ".75rem", "type": "dimension", "source": "$table-cell-padding", "description": "Padding for tables." },
"sm": { "value": ".3rem", "type": "dimension", "source": "$table-cell-padding-sm", "description": "Padding sm for tables." }
}
}
Expand Down

0 comments on commit da484ba

Please sign in to comment.