Skip to content

Commit

Permalink
removed useless styles
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerFrederick committed Jan 29, 2019
1 parent a5240c3 commit 5f2653c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/components/VolumeControls/VolumeSlider/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,3 @@
flex: 0 0 150px;
}

.volume_slider_bg {
position: absolute;

width: 100%;
height: 100%;

border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
}

.volume_slider_fill {
top: 0;

height: 4px;

border-radius: 2px;
background-color: rgba(248, 248, 242, 1);
transition: $short-duration;
}

0 comments on commit 5f2653c

Please sign in to comment.