style icons

This commit is contained in:
Jason Chen 2022-01-19 19:22:19 -08:00
parent c36b47bd93
commit 6170ed6f08

View file

@ -1430,6 +1430,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
height: 32px;
border: 0px;
box-shadow: unset;
opacity: 0.70;
}
.playback-button:hover,
@ -4117,7 +4118,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
opacity: 0.70;
background-image: url("./assets/feather/volume-2.svg");
}
.volume-button--small:active {
transform: scale(0.9);
}