Skip to content

Commit

Permalink
style: set default sizes according to XDS
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Dec 2, 2024
1 parent 5679992 commit b26dcce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/x-components/src/components/base-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@
}
.x-base-slider__nouislider {
margin: 16px 0;
padding: 0 16px;
margin: 16px;
}
.x-base-slider__nouislider .noUi-handle {
height: 32px;
width: 32px;
top: -8px;
right: -16px; /* half the width */
height: 24px;
width: 24px;
top: -4px;
right: -12px; /* half the width */
border-radius: 9999px;
border: 8px solid;
box-shadow: none;
}
Expand Down

0 comments on commit b26dcce

Please sign in to comment.