Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
minor css join
Browse files Browse the repository at this point in the history
  • Loading branch information
ToBinio committed Oct 15, 2023
1 parent dd5cecd commit a0f10ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/components/base/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ const onInput = (value) => {
width: 100%;
}
.slide-container .slider {
width: 100%;
}
.slider-component,
.slide-container {
width: 100%;
Expand All @@ -156,6 +152,8 @@ const onInput = (value) => {
border-radius: var(--radius-sm);
height: 0.25rem;
width: 100%;
background: linear-gradient(
to right,
var(--color-brand),
Expand Down

0 comments on commit a0f10ce

Please sign in to comment.