Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(scss): make price range component css less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent 9facd12 commit e5ea957
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@
</script>

<style lang="scss" rel="stylesheet/scss">
.alg-price-range {
.alg-price-range__input {
width: 50px;
}
.alg-price-range__input {
width: 50px;
}
</style>

0 comments on commit e5ea957

Please sign in to comment.